Skip to content

Commit

Permalink
Doc typo
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Soulé <btik-git@scoubidou.com>
  • Loading branch information
maxatome committed Nov 5, 2018
1 parent 2532bd8 commit 2b771f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td_len_cap.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ var _ TestDeep = &tdLen{}

// Len is a smuggler operator. It takes data, applies len() function
// on it and compares its result to "val". Of course, the compared
// value must be an array, a channel, a map, a slice or a util.
// value must be an array, a channel, a map, a slice or a string.
//
// "val" can be an int value:
// Len(12)
Expand Down

0 comments on commit 2b771f5

Please sign in to comment.