We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61d3e7b + fb48e2c commit 2fe3c95Copy full SHA for 2fe3c95
src/primitives/array.md
@@ -63,7 +63,7 @@ fn main() {
63
}
64
65
66
- // Out of bound indexing causes compile-time error.
+ // Out of bound indexing causes compile time error.
67
//println!("{}", xs[5]);
68
69
```
0 commit comments