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.
2 parents df61f4e + d449ec0 commit 652fa5cCopy full SHA for 652fa5c
src/libcollections/str.rs
@@ -302,7 +302,7 @@ impl str {
302
/// # Safety
303
///
304
/// Callers of this function are responsible that three preconditions are
305
- /// satisifed:
+ /// satisfied:
306
307
/// * `begin` must come before `end`.
308
/// * `begin` and `end` must be byte positions within the string slice.
@@ -345,7 +345,7 @@ impl str {
345
346
347
348
349
350
351
0 commit comments