Skip to content

Commit bfb7353

Browse files
committed
Update
1 parent 650a22d commit bfb7353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/basic/slices/slice_iter_all.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func IterAll() error {
3737
var (
3838
m = maps.Collect(it)
3939
)
40-
output.Stdoutf("[key=3]", m[3])
40+
output.Stdoutl("[key=3]", m[3])
4141

4242
return nil
4343
}

0 commit comments

Comments
 (0)