We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 998ced7 commit 9358a7fCopy full SHA for 9358a7f
internal/errors/error.go
@@ -79,7 +79,7 @@ func ErrExceededMaxDepth(c byte, cursor int64) *SyntaxError {
79
80
func ErrUnexpectedStart(typ string, buf []byte, cursor int64) *SyntaxError {
81
return &SyntaxError{
82
- msg: fmt.Sprintf("php: unexpected %c at beginneng of %s", buf[cursor], typ),
+ msg: fmt.Sprintf("php: unexpected %c at beginning of %s", buf[cursor], typ),
83
Offset: cursor,
84
}
85
0 commit comments