good morning!!!!

Skip to content
Snippets Groups Projects
Commit 7c131f4d authored by hydai's avatar hydai Committed by Péter Szilágyi
Browse files

core/asm: fixed typo (posititon -> position) (#16366)

parent 84c5db54
Branches
Tags
No related merge requests found
......@@ -114,7 +114,7 @@ func (c *Compiler) Compile() (string, []error) {
}
// next returns the next token and increments the
// posititon.
// position.
func (c *Compiler) next() token {
token := c.tokens[c.pos]
c.pos++
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment