Skip to content

Commit

Permalink
Minor typos
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Nov 8, 2014
1 parent ee82af8 commit 70cfff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-un-feature-gate-some-more-gates.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ This feature has proven to be quite useful for tuples and struct variants, and
it allows for the removal of some unnecessary tuple accessing traits in the
standard library (TupleN).

The implementation has also proven to be quite solid without very few reported
The implementation has also proven to be quite solid with very few reported
internal compiler errors related to this feature.

## `if let` and `while let`

This feature has also proven to be quite useful over time. Many projects are now
leveraging these feature gates which is a testament to their usefulness.

Additionally, the implementation has also proven to be quite solid without very
Additionally, the implementation has also proven to be quite solid with very
few reported internal compiler errors related to this feature.

# Detailed design
Expand Down

0 comments on commit 70cfff1

Please sign in to comment.