We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0867e6a commit 47a386dCopy full SHA for 47a386d
src/primitives/array.md
@@ -64,7 +64,7 @@ fn main() {
64
}
65
66
67
- // Out of bound indexing causes compile error
+ // Out of bound indexing causes runtime error
68
//println!("{}", xs[5]);
69
70
```
0 commit comments