Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
b97tsk committed Jan 1, 2024
1 parent db4b118 commit faf2f59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions intervalset.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ type Elem[E any] interface {
}

// An Enum is a computably enumerable Elem. There exists a computable
// enumeration that lists all the elements in an increasing ordering
// determined by the Compare method.
// enumeration that lists elements, in a valid Interval of Enum, in an
// increasing ordering determined by the Compare method.
type Enum[E any] interface {
Elem[E]
Next() E
Expand Down

0 comments on commit faf2f59

Please sign in to comment.