Skip to content

Commit 794fc46

Browse files
authored
Fix broken sentence
1 parent 95effbf commit 794fc46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/collections/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,8 @@ capacity) than what relocatable collections can achieve.
236236

237237
### Worst Case Execution Time (WCET)
238238

239-
If are building time sensitive applications or hard real time applications then
240-
you care, maybe a lot, about the worst case execution time of the different
239+
If you are building time sensitive applications or hard real time applications
240+
then you care, maybe a lot, about the worst case execution time of the different
241241
parts of your program.
242242

243243
The `alloc` collections can reallocate so the WCET of operations that may grow

0 commit comments

Comments
 (0)