We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a7166 commit c4b11d1Copy full SHA for c4b11d1
src/libstd_unicode/u_str.rs
@@ -17,7 +17,8 @@ use core::char;
17
use core::iter::{Filter, FusedIterator};
18
use core::str::Split;
19
20
-/// An iterator over sub-slices of the original string slice.
+/// An iterator over the non-whitespace substrings of a string,
21
+/// separated by any amount of whitespace.
22
///
23
/// This struct is created by the [`split_whitespace()`] method on [`str`].
24
/// See its documentation for more.
0 commit comments