Skip to content

Commit 986fb3c

Browse files
committed
Fixed incorrect usage of 'Borrowing'.
1 parent fc766ef commit 986fb3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1142,7 +1142,7 @@ For a more in-depth explanation of borrowed pointers, read the
11421142
11431143
## Freezing
11441144
1145-
Borrowing an immutable pointer to an object freezes it and prevents mutation.
1145+
Lending an immutable pointer to an object freezes it and prevents mutation.
11461146
`Owned` objects have freezing enforced statically at compile-time.
11471147
11481148
~~~~

0 commit comments

Comments
 (0)