Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Jun 30, 2023
1 parent 1c33aaf commit 9e72cde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/firebirdsql/decimal/DecimalType.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ int getSpecialBits() {
private static final int NAN_SIGNAL = 0b0_11111_10;

/**
* @return Bit combination of this special.
* @return Bit-combination of this special.
* @throws IllegalStateException
* If this is type FINITE instead
*/
Expand Down

0 comments on commit 9e72cde

Please sign in to comment.