We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent baca47f commit ffb2f08Copy full SHA for ffb2f08
book/src/06_ticket_management/02_vec.md
@@ -66,7 +66,7 @@ assert_eq!(numbers.get(0), Some(&1));
66
assert_eq!(numbers.get(3), None);
67
```
68
69
-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.
70
71
## Memory layout
72
0 commit comments