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 8b51b8f + e08bb7f commit 4c7c7b7Copy full SHA for 4c7c7b7
src/doc/reference.md
@@ -3367,7 +3367,7 @@ let slice: &[i32] = &vector[..];
3367
As you can see, the `vec!` macro allows you to create a `Vec<T>` easily. The
3368
`vec!` macro is also part of the standard library, rather than the language.
3369
3370
-All in-bounds elements of arrays, and slices are always initialized, and access
+All in-bounds elements of arrays and slices are always initialized, and access
3371
to an array or slice is always bounds-checked.
3372
3373
### Structure types
0 commit comments