Skip to content

Commit 9e72cde

Browse files
committed
Fix typo
1 parent 1c33aaf commit 9e72cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/firebirdsql/decimal/DecimalType.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ int getSpecialBits() {
6060
private static final int NAN_SIGNAL = 0b0_11111_10;
6161

6262
/**
63-
* @return Bit combination of this special.
63+
* @return Bit-combination of this special.
6464
* @throws IllegalStateException
6565
* If this is type FINITE instead
6666
*/

0 commit comments

Comments
 (0)