Skip to content

Commit a9e6692

Browse files
RalfJungbjorn3
andauthored
Update src/stacked_borrows.rs
Co-Authored-By: bjorn3 <[email protected]>
1 parent 8530080 commit a9e6692

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stacked_borrows.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ impl<'tcx> Stack {
373373
}
374374

375375
/// Derived a new pointer from one with the given tag.
376-
/// `weak` controls whether this operation is weak or string: weak granting does not act as
376+
/// `weak` controls whether this operation is weak or strong: weak granting does not act as
377377
/// an access, and they add the new item directly on top of the one it is derived
378378
/// from instead of all the way at the top of the stack.
379379
fn grant(

0 commit comments

Comments
 (0)