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 217d050 commit c1aa681Copy full SHA for c1aa681
utils.go
@@ -542,7 +542,7 @@ func stringToInt(b []byte) int {
542
return val
543
}
544
545
-// returns the string read as a bytes slice, wheter the value is NULL,
+// returns the string read as a bytes slice, whether the value is NULL,
546
// the number of bytes read and an error, in case the string is longer than
547
// the input slice
548
func readLengthEncodedString(b []byte) ([]byte, bool, int, error) {
0 commit comments