Rollup merge of #131335 - dacianpascu06:fix-typo, r=joboet

grammar fix
This commit is contained in:
Matthias Krüger 2024-10-06 20:43:41 +02:00 committed by GitHub
commit 93b94657b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,7 @@
//! - All other locals need to be declared with `let` somewhere and then can be accessed by name.
//!
//! #### Places
//! - Locals implicit convert to places.
//! - Locals implicitly convert to places.
//! - Field accesses, derefs, and indexing work normally.
//! - Fields in variants can be accessed via the [`Variant`] and [`Field`] associated functions,
//! see their documentation for details.