From f7767aabea248badccd87a6ceca1d20a2cff9709 Mon Sep 17 00:00:00 2001 From: Barnaby Walters Date: Fri, 5 Feb 2021 23:09:06 +0100 Subject: Minor grammar correction you -> your --- book/en/src/by-example/types-send-sync.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'book/en/src') diff --git a/book/en/src/by-example/types-send-sync.md b/book/en/src/by-example/types-send-sync.md index a45f179..de812a6 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 `); +can also generate documentation for your binary crate (`cargo doc --bin `); in the documentation you'll find `Context` structs (e.g. `init::Context` and `idle::Context`). -- cgit v1.2.3