Skip to content

Commit c78ef60

Browse files
committed
typo
1 parent 0084ca2 commit c78ef60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wip/stacked-borrows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ impl Stack {
319319

320320
We define the notion of "reborrowing", which will be used below to define the semantics of `Retag`.
321321
Reborrowing takes a (typed) place, whether to push a barrier, and the new borrow that this place is to be reborrowed for.
322-
we determine the extent of memory that this place covers using `size_of_val` and then we perform the following actions on every location covered by the place:
322+
We determine the extent of memory that this place covers using `size_of_val` and then we perform the following actions on every location covered by the place:
323323

324324
1. Perform the checks that would also happen on a dereference.
325325
Remember the position of the item matching the tag in the stack.

0 commit comments

Comments
 (0)