Skip to content

Correct interval notation#3

Open
aaronlehmann wants to merge 1 commit intowangjohn:masterfrom
aaronlehmann:open-closed-interval
Open

Correct interval notation#3
aaronlehmann wants to merge 1 commit intowangjohn:masterfrom
aaronlehmann:open-closed-interval

Conversation

@aaronlehmann
Copy link

The documentation and an error message uses [0, data.Len()) where it really means (0, data.Len()]. 0 is not an accepted value, but data.Len() is.

The documentation and an error message uses [0, data.Len()) where it
really means (0, data.Len()]. 0 is not an accepted value, but data.Len()
is.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant