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 2bcd58e + 709641b commit 2d5c1bbCopy full SHA for 2d5c1bb
intro.md
@@ -230,7 +230,7 @@ struct Vec<T> {
230
}
231
232
// Note this implementation does not correctly handle zero-sized types.
233
-// We currently live in a nice imaginary world of only postive fixed-size
+// We currently live in a nice imaginary world of only positive fixed-size
234
// types.
235
impl<T> Vec<T> {
236
fn push(&mut self, elem: T) {
0 commit comments