Skip to content

Commit ffb2f08

Browse files
nit: grammar (mainmatter#70)
1 parent baca47f commit ffb2f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/06_ticket_management/02_vec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ assert_eq!(numbers.get(0), Some(&1));
6666
assert_eq!(numbers.get(3), None);
6767
```
6868

69-
Access is bounds-checked, just element access with arrays. It has O(1) complexity.
69+
Access is bounds-checked, just like element access with arrays. It has O(1) complexity.
7070

7171
## Memory layout
7272

0 commit comments

Comments
 (0)