diff --git a/src/primitives/array.md b/src/primitives/array.md index a3e1e797cc..9cec24d699 100644 --- a/src/primitives/array.md +++ b/src/primitives/array.md @@ -63,7 +63,7 @@ fn main() { } } - // Out of bound indexing causes compile-time error. + // Out of bound indexing causes compile time error. //println!("{}", xs[5]); } ```