Skip to content

Commit f3222af

Browse files
committed
fix: correct method name in LineSender interface documentation
1 parent b6e5de3 commit f3222af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sender.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ type LineSender interface {
125125
// '-', '*' '%%', '~', or a non-printable char.
126126
DecimalColumnScaled(name string, val ScaledDecimal) LineSender
127127

128-
// DecimalColumnScaled adds a decimal column value to the ILP message.
128+
// DecimalColumnShopspring adds a decimal column value to the ILP message.
129129
//
130130
// Serializes the decimal value using the binary representation.
131131
//

0 commit comments

Comments
 (0)