mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 11:16:17 +00:00
Fix typo.
Co-authored-by: Josh Stone <cuviper@gmail.com>
This commit is contained in:
parent
d47371de69
commit
2f75dd4e19
@ -271,7 +271,7 @@ impl str {
|
||||
|
||||
/// Finds the closest `x` not below `index` where `is_char_boundary(x)` is `true`.
|
||||
///
|
||||
/// If `x` is greater than the length of the string, this returns the length of the string.
|
||||
/// If `index` is greater than the length of the string, this returns the length of the string.
|
||||
///
|
||||
/// This method is the natural complement to [`floor_char_boundary`]. See that method
|
||||
/// for more details.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user