We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02ab6e commit 10a41f4Copy full SHA for 10a41f4
README.md
@@ -21,7 +21,7 @@ fn main() {
21
22
let s = "The quick (\"brown\") fox";
23
let w = s.split_word_bounds().collect::<Vec<&str>>();
24
- let b: &[_] = &["The", " ", "quick", " ", "(", "\"", "brown", "\"", ")", " ", " ", "fox"];
+ let b: &[_] = &["The", " ", "quick", " ", "(", "\"", "brown", "\"", ")", " ", "fox"];
25
assert_eq!(w, b);
26
}
27
```
0 commit comments