Skip to content

Commit

Permalink
fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Feb 9, 2015
1 parent 232da78 commit f78aa94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-sound-generic-drop.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<B<'a>>` from
Condition (B.) catches cases like `Zook<B<'a>>` from
[the Zook example], where the destructor's interaction with borrowed
data is hidden behind a method call in the `fn drop`.

Expand Down

0 comments on commit f78aa94

Please sign in to comment.