nit: grammar (#70)
authorrithvik-bosch <fixed-term.thontesh.rithvikvibhu@in.bosch.com>
Wed, 29 May 2024 08:59:32 +0000 (14:29 +0530)
committerGitHub <noreply@github.com>
Wed, 29 May 2024 08:59:32 +0000 (10:59 +0200)
book/src/06_ticket_management/02_vec.md

index ae5424f..8040eb1 100644 (file)
@@ -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