Skip to content

Commit 45363f5

Browse files
committed
Correct spelling of where keyword
1 parent 6225bae commit 45363f5

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)