nit: grammar (#70)

This commit is contained in:
rithvik-bosch 2024-05-29 14:29:32 +05:30 committed by GitHub
parent baca47f782
commit ffb2f08b67
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,7 @@ assert_eq!(numbers.get(0), Some(&1));
assert_eq!(numbers.get(3), None); 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 ## Memory layout