mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Merge #445
445: Minor grammar correction r=korken89 a=barnabywalters you -> your Co-authored-by: Barnaby Walters <barnaby@waterpigs.co.uk>
This commit is contained in:
commit
81a8a59135
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