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.
1 parent 069681a commit 709641bCopy full SHA for 709641b
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