Skip to content

Commit 49d7324

Browse files
committed
Fix linting error
1 parent 3be262d commit 49d7324

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/luasm.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function Tokenizer:eol()
117117
return self.line:len() == 0
118118
end
119119

120-
--- Gets the next line and checks if it exist.
120+
--- Gets the next line and checks if it exist.
121121
--- This method moves the tokenizer to the next line.
122122
--- @return boolean If the next line exists
123123
function Tokenizer:has_line()

0 commit comments

Comments
 (0)