Skip to content

Commit c8932f8

Browse files
authored
Merge pull request #1850 from iampi31415/patch-1
Fix(typo): 'though' should be 'through'
2 parents 9ebf0f5 + f4514fd commit c8932f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/expressions/field-expr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ r[expr.field.borrow]
5454

5555
The fields of a struct or a reference to a struct are treated as separate entities when borrowing.
5656
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`].
57+
This also does not apply if automatic dereferencing is done through user-defined types other than [`Box`].
5858

5959
```rust
6060
struct A { f1: String, f2: String, f3: String }

0 commit comments

Comments
 (0)