We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
str::{split_at, split_at_mut}
1 parent 9a12971 commit fcab1f9Copy full SHA for fcab1f9
src/libcore/str/mod.rs
@@ -2642,7 +2642,7 @@ impl str {
2642
/// # Panics
2643
///
2644
/// Panics if `mid` is not on a UTF-8 code point boundary, or if it is
2645
- /// beyond the last code point of the string slice.
+ /// past the end of the last code point of the string slice.
2646
2647
/// # Examples
2648
@@ -2683,7 +2683,7 @@ impl str {
2683
2684
2685
2686
2687
2688
2689
0 commit comments