Skip to content

Commit

Permalink
fix poor wording
Browse files Browse the repository at this point in the history
  • Loading branch information
pnkfelix committed Aug 5, 2015
1 parent 7220494 commit a576f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0000-nonparametric-dropck.md
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ a function `fn foo()`, would mean two things:
All `fn drop` methods would be required to be `#[unspecialized]`.

It is the second bullet that makes this an ad-hoc effect system: it provides
a recursive property that ensures that during the extent of the call to `foo`,
a recursive property ensuring that during the extent of the call to `foo`,
we will never invoke a function marked as `default`.

It is also this second bullet that represents a signficant burden on
Expand Down

0 comments on commit a576f80

Please sign in to comment.