Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion harmony/taskhelp/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package taskhelp

import "strings"

// SubsetIf returns a subset of the slice for which the predicate is true.
// SliceIfFound returns a subset of the slice for which the predicate is true.
// It does not allocate memory, but rearranges the list in place.
// A non-zero list input will always return a non-zero list.
// The return value is the subset and a boolean indicating whether the subset was sliced.
Expand Down