Skip to content

Commit 2cb0ed9

Browse files
authored
Merge pull request #1318 from kklibo/patch-1
Update field-expr.md
2 parents cc07ac0 + 08b97f9 commit 2cb0ed9

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)