grammar fix · qinheping/verify-rust-std@b8c51a6 (original) (raw)
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -213,7 +213,7 @@ | ||
213 | 213 | //! - All other locals need to be declared with `let` somewhere and then can be accessed by name. |
214 | 214 | //! |
215 | 215 | //! #### Places |
216 | -//! - Locals implicit convert to places. | |
216 | +//! - Locals implicitly convert to places. | |
217 | 217 | //! - Field accesses, derefs, and indexing work normally. |
218 | 218 | //! - Fields in variants can be accessed via the [`Variant`] and [`Field`] associated functions, |
219 | 219 | //! see their documentation for details. |