We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8530080 commit a9e6692Copy full SHA for a9e6692
src/stacked_borrows.rs
@@ -373,7 +373,7 @@ impl<'tcx> Stack {
373
}
374
375
/// 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
+ /// `weak` controls whether this operation is weak or strong: weak granting does not act as
377
/// an access, and they add the new item directly on top of the one it is derived
378
/// from instead of all the way at the top of the stack.
379
fn grant(
0 commit comments