Skip to content

Commit

Permalink
[fix] "exitsts" -> "exists" in AutoCompletion
Browse files Browse the repository at this point in the history
  • Loading branch information
scmu committed Nov 8, 2022
1 parent 9c17790 commit bd29640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Server/Handler/AutoCompletion.hs
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ items position = mconcat
"\"\" Forall"
"The Unicode variant of \"forall\""
, makeItems position
["exitsts", "ex", "E"]
["exists", "ex", "E"]
(Just CiValue)
""
"\"\" Exists"
Expand Down

0 comments on commit bd29640

Please sign in to comment.