docs: fix typo (#1036)

This commit is contained in:
Foo-x
2021-07-14 21:57:50 +09:00
committed by GitHub
parent dcef701d04
commit 6fbcd8527a
2 changed files with 3 additions and 3 deletions

View File

@@ -1418,7 +1418,7 @@ The `TaskId` struct is a simple wrapper type around `u64`. We derive a number of
[`BTreeMap`]: https://doc.rust-lang.org/alloc/collections/btree_map/struct.BTreeMap.html
To create a new unique ID, we create a `TaskID::new` function:
To create a new unique ID, we create a `TaskId::new` function:
```rust
use core::sync::atomic::{AtomicU64, Ordering};