core/asm: fixed typo (posititon -> position) (#16366)
This commit is contained in:
parent
84c5db5409
commit
7c131f4d6d
@ -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++
|
||||
|
Loading…
Reference in New Issue
Block a user