learning-rust / learning-rust.github.io

Rust Programming Language Tutorials for Everyone!
https://learning-rust.github.io
MIT License
1.49k stars 167 forks source link

Updated slice in a8.primitive_data_types.md #45

Closed thamsrang closed 4 years ago

thamsrang commented 4 years ago

The index mentioned in example for slice in incorrect. Array index start from 0 and end with length-1. I think there is mind manipulation mistake in mentioning index.

dumindu commented 4 years ago

Better check things in local before report. https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=c900344981718a5e9f67e66cf6f075a8