Skip to content

Commit 99de549

Browse files
Merge #241
241: Spelling: Appplication -> Application r=adamgreig a=seanybaggins Co-authored-by: Sean Link <[email protected]>
2 parents 1e6247e + 384790a commit 99de549

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/concurrency/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ fn timer() {
272272
```
273273

274274
We've moved our `unsafe` code to inside our carefully-planned abstraction,
275-
and now our appplication code does not contain any `unsafe` blocks.
275+
and now our application code does not contain any `unsafe` blocks.
276276

277277
This design requires the application pass a `CriticalSection` token in:
278278
these tokens are only safely generated by `interrupt::free`, so by requiring

0 commit comments

Comments
 (0)