Skip to content

Commit 2fe3c95

Browse files
authored
Merge pull request #1690 from jakthom/wee-little-typo
Change `runtime` error to `compile time` error
2 parents 61d3e7b + fb48e2c commit 2fe3c95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/primitives/array.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ fn main() {
6363
}
6464
}
6565
66-
// Out of bound indexing causes compile-time error.
66+
// Out of bound indexing causes compile time error.
6767
//println!("{}", xs[5]);
6868
}
6969
```

0 commit comments

Comments
 (0)