Skip to content

Commit 1558b91

Browse files
dveedenCopilot
andauthored
Update serialization/serialization.go
Co-authored-by: Copilot <[email protected]>
1 parent ba1dcc9 commit 1558b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

serialization/serialization.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func (f FieldIntVar) String() string {
9898
return fmt.Sprintf("%d", f.Value)
9999
}
100100

101-
// FieldUintVar is using the usigned integer variant of the 'varlen_integer_format'
101+
// FieldUintVar is using the unsigned integer variant of the 'varlen_integer_format'
102102
// and encodes a value as a byte sequence of 1-9 bytes depending on the value.
103103
type FieldUintVar struct {
104104
Value uint64

0 commit comments

Comments
 (0)