Skip to content

Commit

Permalink
chore: fixup
Browse files Browse the repository at this point in the history
Signed-off-by: moul <[email protected]>
  • Loading branch information
moul committed Dec 11, 2024
1 parent b482ec1 commit 7e2a012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/gno.land/p/demo/avl/list/list.gno
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ func (l *List) ForEach(fn func(index int, value interface{}) bool) {
}
}

// Clone creates a deep copy of the list.
// Clone creates a shallow copy of the list.
//
// Example:
//
Expand Down

0 comments on commit 7e2a012

Please sign in to comment.