rust-lang / rust-lang/rust-by-example
Primitives/array uses the term `borrow` before defining it
Open
Nobody has claimed this yet.
- Dominant language
- Handlebars
- Stars
- 8.1k
- Forks
- 1.6k
- PR merge metrics
- No merged PRs in 30d
Description
https://github.com/rust-lang/rust-by-example/blob/master/src/primitives/array.md?plain=1#L11
The term borrow has not yet been introduced AFAICT.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Open src/primitives/array.md at the linked line and read the surrounding array explanation. Check where borrow is first used and ensure the term is introduced before that use; the work is done when a reader reaches the term with its meaning already established.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- documentation
- Issue type
- Documentation
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100