Skip to content

Commit

Permalink
Fix broken sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
GeertJohan authored Aug 19, 2020
1 parent 95effbf commit 794fc46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/collections/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,8 +236,8 @@ capacity) than what relocatable collections can achieve.

### Worst Case Execution Time (WCET)

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

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

0 comments on commit 794fc46

Please sign in to comment.