Skip to content

Commit f78aa94

Browse files
committed
fix typo.
1 parent 232da78 commit f78aa94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/0000-sound-generic-drop.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Condition (A.) ensures that a type like `Sneetch<'a>`
283283
from [the Sneetch example] will only be
284284
assigned to an expression `s` where `'a` strictly outlives `s`.
285285

286-
Condition (B.) is catch cases like `Zook<B<'a>>` from
286+
Condition (B.) catches cases like `Zook<B<'a>>` from
287287
[the Zook example], where the destructor's interaction with borrowed
288288
data is hidden behind a method call in the `fn drop`.
289289

0 commit comments

Comments
 (0)