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
The current description of xs.indices in the quickref reads as follows: "Returns a Range extending from 0 to xs.length - 1".
During lectures and in the compendium (Assignment 7.2.3a) it's instead described as a Range from 0 until xs.length.
I think that it's better with a uniform description, so I suggest that the description in the quickref should be updated.
The text was updated successfully, but these errors were encountered:
Update description of xs.indices lunduniversity#692
9d743ea
Made the description of the xs.indices match the description in the compendium.
updated description of xs.indices (Issue lunduniversity#692)
c66209d
Changed the description of xs.indices to match the description used in the compendium (Assignment 7.2.3a) and during lectures.
Merge pull request #696 from Filip-afKlinteberg/quickref
a753488
updated description of xs.indices (Issue #692)
No branches or pull requests
The current description of xs.indices in the quickref reads as follows: "Returns a Range extending from 0 to xs.length - 1".
During lectures and in the compendium (Assignment 7.2.3a) it's instead described as a Range from 0 until xs.length.
I think that it's better with a uniform description, so I suggest that the description in the quickref should be updated.
The text was updated successfully, but these errors were encountered: