We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95effbf + 794fc46 commit 63508ceCopy full SHA for 63508ce
src/collections/index.md
@@ -236,8 +236,8 @@ capacity) than what relocatable collections can achieve.
236
237
### Worst Case Execution Time (WCET)
238
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
+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
241
parts of your program.
242
243
The `alloc` collections can reallocate so the WCET of operations that may grow
0 commit comments