Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit c62f75f

Browse files
committed
Fix typo
1 parent c6a917a commit c62f75f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Constants.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ CUSTOM_TYPE = {
8888

8989
-- Key codes
9090
-- http://msdn.microsoft.com/en-us/library/windows/desktop/dd375731(v=vs.85).aspx
91-
-- CAUTION: This list if fucked up, for some reason
91+
-- CAUTION: This list is fucked up, for some reason
9292
local KEYS = {
9393
MOUSELEFT = 0x01,
9494
MOUSERIGHT = 0x02,

0 commit comments

Comments
 (0)