Skip to content

Commit

Permalink
Rollup merge of #67478 - brunobell:master, r=Centril
Browse files Browse the repository at this point in the history
Fix src/libcore/str/mod.rs doc comments

Fix grammar in src/libcore/str/mod.rs doc comments. r? @steveklabnik
  • Loading branch information
Centril authored Dec 21, 2019
2 parents 0a2813c + 16b7fd2 commit 466fdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libcore/str/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2325,7 +2325,7 @@ impl str {
i.get_mut(self)
}

/// Returns a unchecked subslice of `str`.
/// Returns an unchecked subslice of `str`.
///
/// This is the unchecked alternative to indexing the `str`.
///
Expand Down

0 comments on commit 466fdea

Please sign in to comment.