- 
                Notifications
    You must be signed in to change notification settings 
- Fork 13.9k
Closed
Closed
Copy link
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Description
While reading through some documentation I found what appear to be a few copy/paste errors.
rchunks_exact
"beginning of the slice" should be "end of the slice" here:
Lines 840 to 841 in 9387927
| /// Returns an iterator over `chunk_size` elements of the slice at a time, starting at the | |
| /// beginning of the slice. | 
The second " of the slice" should be removed from the end of this sentence:
Lines 851 to 852 in 9387927
| /// chunk, and [`chunks_exact`] for the same iterator but starting at the beginning of the | |
| /// slice of the slice. | 
rchunks_exact_mut
The second " of the slice" should be removed from the end of this sentence:
Lines 892 to 893 in 9387927
| /// smaller chunk, and [`chunks_exact_mut`] for the same iterator but starting at the beginning | |
| /// of the slice of the slice. | 
Metadata
Metadata
Assignees
Labels
A-docsArea: Documentation for any part of the project, including the compiler, standard library, and toolsArea: Documentation for any part of the project, including the compiler, standard library, and toolsE-easyCall for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.