Skip to content

Commit f2f4770

Browse files
committed
Fix some typos
1 parent 6ad38cb commit f2f4770

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ final T valueOf(Decimal<?> decimal, OverflowHandling overflowHandling) {
390390
/**
391391
* Creates a decimal from {@code value}, applying rounding where necessary.
392392
* <p>
393-
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case insensitive), the rules
393+
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case-insensitive), the rules
394394
* of {@link BigDecimal#BigDecimal(String)} apply, with special handling in place to discern between positive
395395
* and negative zero.
396396
* </p>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public static Decimal128 valueOf(Decimal<?> decimal, OverflowHandling overflowHa
235235
/**
236236
* Creates a {@code Decimal128} from {@code value}, applying rounding where necessary.
237237
* <p>
238-
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case insensitive), the rules
238+
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case-insensitive), the rules
239239
* of {@link BigDecimal#BigDecimal(String)} apply, with special handling in place to discern between positive
240240
* and negative zero.
241241
* </p>
@@ -256,7 +256,7 @@ public static Decimal128 valueOf(final String value) {
256256
/**
257257
* Creates a {@code Decimal128} from {@code value}, applying rounding where necessary.
258258
* <p>
259-
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case insensitive), the rules
259+
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case-insensitive), the rules
260260
* of {@link BigDecimal#BigDecimal(String)} apply, with special handling in place to discern between positive
261261
* and negative zero.
262262
* </p>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public static Decimal32 valueOf(Decimal<?> decimal, OverflowHandling overflowHan
235235
/**
236236
* Creates a {@code Decimal32} from {@code value}, applying rounding where necessary.
237237
* <p>
238-
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case insensitive), the rules
238+
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case-insensitive), the rules
239239
* of {@link BigDecimal#BigDecimal(String)} apply, with special handling in place to discern between positive
240240
* and negative zero.
241241
* </p>
@@ -256,7 +256,7 @@ public static Decimal32 valueOf(final String value) {
256256
/**
257257
* Creates a {@code Decimal32} from {@code value}, applying rounding where necessary.
258258
* <p>
259-
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case insensitive), the rules
259+
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case-insensitive), the rules
260260
* of {@link BigDecimal#BigDecimal(String)} apply, with special handling in place to discern between positive
261261
* and negative zero.
262262
* </p>

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ public static Decimal64 valueOf(Decimal<?> decimal, OverflowHandling overflowHan
235235
/**
236236
* Creates a {@code Decimal64} from {@code value}, applying rounding where necessary.
237237
* <p>
238-
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case insensitive), the rules
238+
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case-insensitive), the rules
239239
* of {@link BigDecimal#BigDecimal(String)} apply, with special handling in place to discern between positive
240240
* and negative zero.
241241
* </p>
@@ -256,7 +256,7 @@ public static Decimal64 valueOf(final String value) {
256256
/**
257257
* Creates a {@code Decimal64} from {@code value}, applying rounding where necessary.
258258
* <p>
259-
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case insensitive), the rules
259+
* Except for the special values [+/-]Inf, [+/-]Infinity, [+/-]NaN and [+/-]sNaN (case-insensitive), the rules
260260
* of {@link BigDecimal#BigDecimal(String)} apply, with special handling in place to discern between positive
261261
* and negative zero.
262262
* </p>

0 commit comments

Comments
 (0)