We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9ebf0f5 + f4514fd commit c8932f8Copy full SHA for c8932f8
src/expressions/field-expr.md
@@ -54,7 +54,7 @@ r[expr.field.borrow]
54
55
The fields of a struct or a reference to a struct are treated as separate entities when borrowing.
56
If the struct does not implement [`Drop`] and is stored in a local variable, this also applies to moving out of each of its fields.
57
-This also does not apply if automatic dereferencing is done though user-defined types other than [`Box`].
+This also does not apply if automatic dereferencing is done through user-defined types other than [`Box`].
58
59
```rust
60
struct A { f1: String, f2: String, f3: String }
0 commit comments