From a9e66928d60a0d8564cc262d780f42ad0a2e900c Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Sat, 11 May 2019 12:07:25 +0200 Subject: [PATCH] Update src/stacked_borrows.rs Co-Authored-By: bjorn3 --- src/stacked_borrows.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stacked_borrows.rs b/src/stacked_borrows.rs index 37288afe239..910c4ce49f5 100644 --- a/src/stacked_borrows.rs +++ b/src/stacked_borrows.rs @@ -373,7 +373,7 @@ fn test_invariants(&self) { } /// Derived a new pointer from one with the given tag. - /// `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 /// an access, and they add the new item directly on top of the one it is derived /// from instead of all the way at the top of the stack. fn grant( -- 2.44.0