Skip to content

Commit b8c51a6

Browse files
committed
grammar fix
1 parent dbb2281 commit b8c51a6

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)