Skip to content

Commit

Permalink
v0.0.2-alpha.6
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseCoretta committed Aug 28, 2023
1 parent 43cc8df commit 9dca86e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stack_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,8 @@ func ExampleStack_SetDelimiter() {

/*
This example demonstrates the creation of a list stack
using comma delimitation.
using comma delimitation and the retrieval of the same
delimiter value.
*/
func ExampleStack_Delimiter() {
// note: one could also use a rune
Expand Down

0 comments on commit 9dca86e

Please sign in to comment.