445: Minor grammar correction r=korken89 a=barnabywalters

you -> your

Co-authored-by: Barnaby Walters <barnaby@waterpigs.co.uk>
This commit is contained in:
bors[bot] 2021-02-06 06:38:42 +00:00 committed by GitHub
commit 81a8a59135
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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`).