Skip to content

Commit 2b321ed

Browse files
authored
fix a typo
1 parent 6306fa5 commit 2b321ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/maintaining-std.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ This kind of breakage can be ok, but a [`crater`] run should estimate the scope.
144144

145145
### Could an implementation use existing functionality?
146146

147-
Types like `String` are implemented in terms of `Vec<u8>` and can use methods on `str` through deref coersion. `Vec<T>` can use methods on `[T]` through deref coersion. When possible, methods on a wrapping type like `String` should defer to methods that already exis on their underlying storage or deref target.
147+
Types like `String` are implemented in terms of `Vec<u8>` and can use methods on `str` through deref coersion. `Vec<T>` can use methods on `[T]` through deref coersion. When possible, methods on a wrapping type like `String` should defer to methods that already exist on their underlying storage or deref target.
148148

149149
### Are there `#[fundamental]` items involved?
150150

0 commit comments

Comments
 (0)