Skip to content

Commit 63508ce

Browse files
Merge #260
260: Fix broken sentence r=eldruin a=GeertJohan Co-authored-by: Geert-Johan Riemer <geertjohan@geertjohan.net>
2 parents 95effbf + 794fc46 commit 63508ce

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)