Skip to content

Commit

Permalink
fixup doc string
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Gross <[email protected]>
  • Loading branch information
shoenig and tgross committed Aug 16, 2024
1 parent 4b4cab6 commit 0c27445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion treeset.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
// 0 if the two parameters are equal
// > 0 if the first parameters is greater than the second parameter
//
// Often T will be a type that satisfies cmp.Ordered, and can CompareFunc can
// Often T will be a type that satisfies cmp.Ordered, and CompareFunc can
// be implemented by using cmp.Compare.
type CompareFunc[T any] func(T, T) int

Expand Down

0 comments on commit 0c27445

Please sign in to comment.