Skip to content

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