Skip to content

Commit

Permalink
Merge #241
Browse files Browse the repository at this point in the history
241: Spelling: Appplication -> Application r=adamgreig a=seanybaggins



Co-authored-by: Sean Link <[email protected]>
  • Loading branch information
bors[bot] and seanybaggins authored May 25, 2020
2 parents 1e6247e + 384790a commit 99de549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/concurrency/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ fn timer() {
```

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

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

0 comments on commit 99de549

Please sign in to comment.