diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-10-06 20:43:41 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-06 20:43:41 +0200 |
| commit | 93b94657b23850a908d239a2866ab880966dfd41 (patch) | |
| tree | 3371e443c8600990c5daacee7be79bb81ebd57b9 | |
| parent | ab81e044e00641f132278e7d01a4b02c55853d6d (diff) | |
| parent | 3b2be4457da8521ab0a8a9cd7e11b1c24b0de191 (diff) | |
| download | rust-93b94657b23850a908d239a2866ab880966dfd41.tar.gz rust-93b94657b23850a908d239a2866ab880966dfd41.zip | |
Rollup merge of #131335 - dacianpascu06:fix-typo, r=joboet
grammar fix
| -rw-r--r-- | library/core/src/intrinsics/mir.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/core/src/intrinsics/mir.rs b/library/core/src/intrinsics/mir.rs index fb0aa5398a5..a2ab39caade 100644 --- a/library/core/src/intrinsics/mir.rs +++ b/library/core/src/intrinsics/mir.rs @@ -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. |
