mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Minor grammar correction
you -> your
This commit is contained in:
parent
6cbf98ff70
commit
f7767aabea
1 changed files with 1 additions and 1 deletions
|
@ -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`).
|
||||
|
||||
|
|
Loading…
Reference in a new issue