Skip to content

Commit

Permalink
nit: grammar (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
rithvik-bosch authored May 29, 2024
1 parent baca47f commit ffb2f08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/06_ticket_management/02_vec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ffb2f08

Please sign in to comment.