Skip to content

Commit

Permalink
Rollup merge of #131335 - dacianpascu06:fix-typo, r=joboet
Browse files Browse the repository at this point in the history
grammar fix
  • Loading branch information
matthiaskrgr authored Oct 6, 2024
2 parents ab81e04 + 3b2be44 commit 93b9465
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/intrinsics/mir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 93b9465

Please sign in to comment.