Skip to content

Commit d8dfa75

Browse files
authored
Merge pull request #114 from matthewjasper/keyword-spelling
Correct spelling of `where` keyword
2 parents 996267d + 45363f5 commit d8dfa75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/keywords.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ not allowed to declare a variable with name `struct`.
4545
> KW_TYPE : `type`
4646
> KW_UNSAFE : `unsafe`
4747
> KW_USE : `use`
48-
> KW_WHERE : `wher`
48+
> KW_WHERE : `where`
4949
> KW_WHILE : `while`
5050
5151
## Weak keywords

0 commit comments

Comments
 (0)