We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
hasQuotePrefix
1 parent 3a7a190 commit a2be92dCopy full SHA for a2be92d
parser.go
@@ -212,7 +212,7 @@ func indexOfNonSpaceChar(src []byte) int {
212
}
213
214
// hasQuotePrefix reports whether charset starts with single or double quote and returns quote character
215
-func hasQuotePrefix(src []byte) (prefix byte, isQuored bool) {
+func hasQuotePrefix(src []byte) (prefix byte, isQuoted bool) {
216
if len(src) == 0 {
217
return 0, false
218
0 commit comments