aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar bors[bot] <26634292+bors[bot]@users.noreply.github.com> 2021-02-06 06:38:42 +0000
committerGravatar GitHub <noreply@github.com> 2021-02-06 06:38:42 +0000
commit81a8a591353b1ea0208c68b28ee81286629039cc (patch)
tree301837a73a68cbad0ea0b93d4bd3614aebae1e4e
parent6cbf98ff70823b152eb54ce846f73eddbd8bf82c (diff)
parentf7767aabea248badccd87a6ceca1d20a2cff9709 (diff)
downloadrtic-81a8a591353b1ea0208c68b28ee81286629039cc.tar.gz
rtic-81a8a591353b1ea0208c68b28ee81286629039cc.tar.zst
rtic-81a8a591353b1ea0208c68b28ee81286629039cc.zip
Merge #445
445: Minor grammar correction r=korken89 a=barnabywalters you -> your Co-authored-by: Barnaby Walters <barnaby@waterpigs.co.uk>
-rw-r--r--book/en/src/by-example/types-send-sync.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/book/en/src/by-example/types-send-sync.md b/book/en/src/by-example/types-send-sync.md
index a45f179e..de812a60 100644
--- a/book/en/src/by-example/types-send-sync.md
+++ b/book/en/src/by-example/types-send-sync.md
@@ -5,7 +5,7 @@ first parameter. All the fields of these structures have predictable,
non-anonymous types so you can write plain functions that take them as arguments.
The API reference specifies how these types are generated from the input. You
-can also generate documentation for you binary crate (`cargo doc --bin <name>`);
+can also generate documentation for your binary crate (`cargo doc --bin <name>`);
in the documentation you'll find `Context` structs (e.g. `init::Context` and
`idle::Context`).