Skip to content

Commit 6da8bea

Browse files
committed
util: fix documentation
Signed-off-by: Koichi Shiraishi <[email protected]>
1 parent 012e850 commit 6da8bea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
package protocol
55

6-
// NewVersion returns the uint64 pointer converted i.
6+
// NewVersion returns the int32 pointer converted i.
77
func NewVersion(i int32) *int32 {
88
return &i
99
}

0 commit comments

Comments
 (0)