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 1e6247e + 384790a commit 99de549Copy full SHA for 99de549
src/concurrency/index.md
@@ -272,7 +272,7 @@ fn timer() {
272
```
273
274
We've moved our `unsafe` code to inside our carefully-planned abstraction,
275
-and now our appplication code does not contain any `unsafe` blocks.
+and now our application code does not contain any `unsafe` blocks.
276
277
This design requires the application pass a `CriticalSection` token in:
278
these tokens are only safely generated by `interrupt::free`, so by requiring
0 commit comments