Skip to content

Commit f988b14

Browse files
docs: fix a couple typos (#5)
1 parent 8d8c6e8 commit f988b14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ These methods are "panic safe", meaning that if a call to external code (e.g., a
2121
* Items in `0..len()` will only be items originally in the `Vec` or items being added to the `Vec`. It will never include uninitialized memory, duplicated items or dropped items.
2222
* Items originally (but no longer) in the `Vec` or being added to (but not yet in) the `Vec` may be leaked - any method that may leak items like this will have a note to specify its behavior.
2323

24-
The exact behavior of each method is specified in its documentations.
24+
The exact behavior of each method is specified in its documentation.
2525

2626
## Code origin
2727

28-
Most of this code is forked form [Rust's Standard Library](https://github.com/rust-lang/rust). While we will attempt to keep the code and docs in sync, if you notice any issues please check if they have been fixed in the Standard Library first.
28+
Most of this code is forked from [Rust's Standard Library](https://github.com/rust-lang/rust). While we will attempt to keep the code and docs in sync, if you notice any issues please check if they have been fixed in the Standard Library first.
2929

3030
## This API is incomplete
3131

0 commit comments

Comments
 (0)