Skip to content

Commit

Permalink
bug: spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
johnfking committed Oct 22, 2022
1 parent 65288df commit e4ffc95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions alias.lua
Expand Up @@ -11,7 +11,7 @@
---@alias MQBuff buff | fun(): string|nil
---@alias MQCachedBuff cachedbuff | fun(): string|nil
---@alias MQCharacter character | fun(): string|nil
---@alias MQFellowship fellowship | fun(): "TRUE" | "FASLE"
---@alias MQFellowship fellowship | fun(): "TRUE" | "FALSE"
---@alias MQGround ground | fun(): string|nil
---@alias MQGroupMember groupmember | fun(): string|nil
---@alias MQHeading heading | fun(): string|nil
Expand All @@ -24,5 +24,5 @@
---@alias MQSpell spell | fun(): string|nil
---@alias MQSwitch switch | fun(): string|nil
---@alias MQTarget target | fun(): string|nil
---@alias MQWindow window | fun(): "TRUE" | "FASLE"
---@alias MQWindow window | fun(): "TRUE" | "FALSE"
---@alias MQZone zone | fun(): string|nil

0 comments on commit e4ffc95

Please sign in to comment.