Skip to content

Commit 7c131f4

Browse files
hydaikaralabe
authored andcommitted
core/asm: fixed typo (posititon -> position) (#16366)
1 parent 84c5db5 commit 7c131f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/asm/compiler.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ func (c *Compiler) Compile() (string, []error) {
114114
}
115115

116116
// next returns the next token and increments the
117-
// posititon.
117+
// position.
118118
func (c *Compiler) next() token {
119119
token := c.tokens[c.pos]
120120
c.pos++

0 commit comments

Comments
 (0)