Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Oct 8, 2014
1 parent d436ac4 commit 7b170b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion active/0069-const-vs-static.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ disallow any references to statics by value (from other statics).
## Patterns

Today, a `static` is allowed to be used in pattern matching. With the
introduction of `const`, however, a `static` will be forbidden from appearning
introduction of `const`, however, a `static` will be forbidden from appearing
in a pattern match, and instead only a `const` can appear.

# Drawbacks
Expand Down

0 comments on commit 7b170b5

Please sign in to comment.