Skip to content

Commit

Permalink
docs: fixed description of SplitEvery
Browse files Browse the repository at this point in the history
  • Loading branch information
achannarasappa committed May 14, 2021
1 parent 4e90d98 commit 84df541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slice/slice.go2
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ func Head[TValue any](data []TValue) TValue {
return out
}

// SplitEvery returns first element of a slice
// SplitEvery returns elements in equal length slices
//
// Parameters
//
Expand Down

0 comments on commit 84df541

Please sign in to comment.