Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
begining to beginning
  • Loading branch information
COsorio11 committed Oct 17, 2017
1 parent 42e33e2 commit 24ca72c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion json/scanner/scanner.go
Expand Up @@ -246,7 +246,7 @@ func (s *Scanner) scanNumber(ch rune) token.Type {
return token.NUMBER
}

// scanMantissa scans the mantissa begining from the rune. It returns the next
// scanMantissa scans the mantissa beginning from the rune. It returns the next
// non decimal rune. It's used to determine wheter it's a fraction or exponent.
func (s *Scanner) scanMantissa(ch rune) rune {
scanned := false
Expand Down

0 comments on commit 24ca72c

Please sign in to comment.