diff --git a/text/0000-sound-generic-drop.md b/text/0000-sound-generic-drop.md index 2afdbe6b2c1..34fbab639e6 100644 --- a/text/0000-sound-generic-drop.md +++ b/text/0000-sound-generic-drop.md @@ -283,7 +283,7 @@ Condition (A.) ensures that a type like `Sneetch<'a>` from [the Sneetch example] will only be assigned to an expression `s` where `'a` strictly outlives `s`. -Condition (B.) is catch cases like `Zook>` from +Condition (B.) catches cases like `Zook>` from [the Zook example], where the destructor's interaction with borrowed data is hidden behind a method call in the `fn drop`.