We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3be262d commit 49d7324Copy full SHA for 49d7324
src/luasm.lua
@@ -117,7 +117,7 @@ function Tokenizer:eol()
117
return self.line:len() == 0
118
end
119
120
---- Gets the next line and checks if it exist.
+--- Gets the next line and checks if it exist.
121
--- This method moves the tokenizer to the next line.
122
--- @return boolean If the next line exists
123
function Tokenizer:has_line()
0 commit comments