diff options
-rw-r--r-- | book/en/src/by-example/resources.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/resources.md b/book/en/src/by-example/resources.md index 9d51d6c9..6349b520 100644 --- a/book/en/src/by-example/resources.md +++ b/book/en/src/by-example/resources.md @@ -105,7 +105,7 @@ $ cargo run --target thumbv7m-none-eabi --example lock {{#include ../../../../ci/expected/lock.run}} ``` -Types of `#[shared]` resources have to be both [`Send`] and [`Sync`]. +Types of `#[shared]` resources have to be [`Send`]. ## Multi-lock |