Skip to content

Commit

Permalink
Fix typo/grammatical error
Browse files Browse the repository at this point in the history
  • Loading branch information
AArnott authored and Neal Gafter committed Oct 4, 2019
1 parent 5dd11df commit da1180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proposals/csharp-8.0/using.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Summary

The language will add two need capabilities around the `using` statement in order to make resource
The language will add two new capabilities around the `using` statement in order to make resource
management simpler: `using` should recognize a disposable pattern in addition to `IDisposable` and add a `using`
declaration to the language.

Expand Down

0 comments on commit da1180f

Please sign in to comment.