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 912ab64 commit e08bb7fCopy full SHA for e08bb7f
src/doc/reference.md
@@ -3355,7 +3355,7 @@ let s: &[i32] = &vec[..];
3355
As you can see, the `vec!` macro allows you to create a `Vec<T>` easily. The
3356
`vec!` macro is also part of the standard library, rather than the language.
3357
3358
-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
3359
to an array or slice is always bounds-checked.
3360
3361
### Structure types
0 commit comments