We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
by icedream91:
In page(http://golang.org/doc/articles/slices_usage_and_internals.html), there is an error. It said:"Arrays can be indexed in the usual way, so the expression s[n] accesses the nth element", I think "nth" should be "(n+1)th". Thanks.
The text was updated successfully, but these errors were encountered:
Comment 1:
Status changed to Duplicate.
Merged into issue #5881.
Sorry, something went wrong.
Comment 2:
Maybe we should at least add a parenthetical saying that the array starts with the 0th element.
No branches or pull requests
by icedream91:
The text was updated successfully, but these errors were encountered: