Skip to content

Commit 93b9465

Browse files
authored
Rollup merge of rust-lang#131335 - dacianpascu06:fix-typo, r=joboet
grammar fix
2 parents ab81e04 + 3b2be44 commit 93b9465

File tree

1 file changed

+1
-1
lines changed
  • library/core/src/intrinsics

1 file changed

+1
-1
lines changed

library/core/src/intrinsics/mir.rs

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

0 commit comments

Comments
 (0)