Skip to content

Commit 52b7f30

Browse files
authored
Correct comments typo
1 parent aebafa7 commit 52b7f30

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
@@ -162,7 +162,7 @@ func (c *Compiler) compileNumber(element token) (int, error) {
162162
}
163163

164164
// compileElement compiles the element (push & label or both)
165-
// to a binary representation and return error if incorrect statements
165+
// to a binary representation and may error if incorrect statements
166166
// where fed.
167167
func (c *Compiler) compileElement(element token) error {
168168
// check for a jump. jumps must be read and compiled

0 commit comments

Comments
 (0)