mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2024-12-25 21:58:26 +01:00
nit: grammar (#70)
This commit is contained in:
parent
baca47f782
commit
ffb2f08b67
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ assert_eq!(numbers.get(0), Some(&1));
|
|||
assert_eq!(numbers.get(3), None);
|
||||
```
|
||||
|
||||
Access is bounds-checked, just element access with arrays. It has O(1) complexity.
|
||||
Access is bounds-checked, just like element access with arrays. It has O(1) complexity.
|
||||
|
||||
## Memory layout
|
||||
|
||||
|
|
Loading…
Reference in a new issue