grammar fix
This commit is contained in:
parent
373971abe4
commit
3b2be4457d
1 changed files with 1 additions and 1 deletions
|
@ -213,7 +213,7 @@
|
||||||
//! - All other locals need to be declared with `let` somewhere and then can be accessed by name.
|
//! - All other locals need to be declared with `let` somewhere and then can be accessed by name.
|
||||||
//!
|
//!
|
||||||
//! #### Places
|
//! #### Places
|
||||||
//! - Locals implicit convert to places.
|
//! - Locals implicitly convert to places.
|
||||||
//! - Field accesses, derefs, and indexing work normally.
|
//! - Field accesses, derefs, and indexing work normally.
|
||||||
//! - Fields in variants can be accessed via the [`Variant`] and [`Field`] associated functions,
|
//! - Fields in variants can be accessed via the [`Variant`] and [`Field`] associated functions,
|
||||||
//! see their documentation for details.
|
//! see their documentation for details.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue