Skip to content

Commit 08b97f9

Browse files
authored
Update field-expr.md
trivial grammar fix
1 parent cc07ac0 commit 08b97f9

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
@@ -37,7 +37,7 @@ foo().x;
3737
## Automatic dereferencing
3838

3939
If the type of the container operand implements [`Deref`] or [`DerefMut`][`Deref`] depending on whether the operand is [mutable], it is *automatically dereferenced* as many times as necessary to make the field access possible.
40-
This processes is also called *autoderef* for short.
40+
This process is also called *autoderef* for short.
4141

4242
## Borrowing
4343

0 commit comments

Comments
 (0)