Skip to content

Commit 7c3b7e7

Browse files
authored
Rollup merge of rust-lang#131335 - dacianpascu06:fix-typo, r=joboet
grammar fix
2 parents 8e3076e + b8c51a6 commit 7c3b7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)