Skip to content

Commit 9358a7f

Browse files
committed
typo
1 parent 998ced7 commit 9358a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/errors/error.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ func ErrExceededMaxDepth(c byte, cursor int64) *SyntaxError {
7979

8080
func ErrUnexpectedStart(typ string, buf []byte, cursor int64) *SyntaxError {
8181
return &SyntaxError{
82-
msg: fmt.Sprintf("php: unexpected %c at beginneng of %s", buf[cursor], typ),
82+
msg: fmt.Sprintf("php: unexpected %c at beginning of %s", buf[cursor], typ),
8383
Offset: cursor,
8484
}
8585
}

0 commit comments

Comments
 (0)