Skip to content

Commit 043f632

Browse files
authored
MINOR enhance precision comment in decimal.proto (#277)
1 parent 9cb18ba commit 043f632

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

proto/confluent/types/decimal.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ message Decimal {
99
// The two's-complement representation of the unscaled integer value in big-endian byte order
1010
bytes value = 1;
1111

12-
// The precision
12+
// The precision (zero indicates unlimited precision)
1313
uint32 precision = 2;
1414

1515
// The scale
1616
int32 scale = 3;
17-
}
17+
}

0 commit comments

Comments
 (0)