Skip to content

Commit

Permalink
Fix src/libcore/str/mod.rs doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brunobell committed Dec 21, 2019
1 parent 9ff30a7 commit 16b7fd2
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 16b7fd2

Please sign in to comment.