Skip to content

Commit 7b170b5

Browse files
committed
Fix a typo
1 parent d436ac4 commit 7b170b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

active/0069-const-vs-static.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ disallow any references to statics by value (from other statics).
193193
## Patterns
194194

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

199199
# Drawbacks

0 commit comments

Comments
 (0)