Correct comments typo

This commit is contained in:
Caesar Chad 2018-06-14 21:21:53 +08:00 committed by GitHub
parent aebafa73ff
commit 52b7f305e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -162,7 +162,7 @@ func (c *Compiler) compileNumber(element token) (int, error) {
}
// compileElement compiles the element (push & label or both)
// to a binary representation and return error if incorrect statements
// to a binary representation and may error if incorrect statements
// where fed.
func (c *Compiler) compileElement(element token) error {
// check for a jump. jumps must be read and compiled