Skip to content

Commit 6677246

Browse files
committed
refactor: rename DecimalColumn method to DecimalColumnFromString for clarity
1 parent a2c068d commit 6677246

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
@@ -107,7 +107,7 @@ type LineSender interface {
107107
// '-', '*' '%%', '~', or a non-printable char.
108108
Float64Column(name string, val float64) LineSender
109109

110-
// DecimalColumn adds a decimal column value to the ILP message.
110+
// DecimalColumnFromString adds a decimal column value to the ILP message.
111111
//
112112
// Serializes the decimal value using the text representation.
113113
//

0 commit comments

Comments
 (0)