Skip to content

Commit 2d5c1bb

Browse files
committed
Merge pull request #2 from ben0x539/patch-1
Tiny typo of "positive"
2 parents 2bcd58e + 709641b commit 2d5c1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

intro.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ struct Vec<T> {
230230
}
231231

232232
// Note this implementation does not correctly handle zero-sized types.
233-
// We currently live in a nice imaginary world of only postive fixed-size
233+
// We currently live in a nice imaginary world of only positive fixed-size
234234
// types.
235235
impl<T> Vec<T> {
236236
fn push(&mut self, elem: T) {

0 commit comments

Comments
 (0)