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 ba1dcc9 commit 1558b91Copy full SHA for 1558b91
serialization/serialization.go
@@ -98,7 +98,7 @@ func (f FieldIntVar) String() string {
98
return fmt.Sprintf("%d", f.Value)
99
}
100
101
-// FieldUintVar is using the usigned integer variant of the 'varlen_integer_format'
+// FieldUintVar is using the unsigned integer variant of the 'varlen_integer_format'
102
// and encodes a value as a byte sequence of 1-9 bytes depending on the value.
103
type FieldUintVar struct {
104
Value uint64
0 commit comments