We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f941b3f commit 70c3412Copy full SHA for 70c3412
core/sdk-core/src/main/java/software/amazon/awssdk/core/SdkNumber.java
@@ -35,7 +35,7 @@
35
* @see #fromShort(short) to create from a short.
36
* @see #fromInteger(int) to create from an integer.
37
* @see #fromString(String) to create from a Stringl,
38
- * Thus by doing this, this class is able to preserve arbitary precison of any given number.
+ * Thus by doing this, this class is able to preserve arbitrary precison of any given number.
39
*
40
* If {@link SdkNumber} is expected in a particular number format then its corresponding getter methods can be used.
41
* Example for a {@link SdkNumber} created with {@link BigDecimal} the
0 commit comments