Skip to content

Commit 70c3412

Browse files
author
Ikko Ashimine
authored
Fix typo in SdkNumber.java (aws#2737)
arbitary -> arbitrary
1 parent f941b3f commit 70c3412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/sdk-core/src/main/java/software/amazon/awssdk/core/SdkNumber.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
* @see #fromShort(short) to create from a short.
3636
* @see #fromInteger(int) to create from an integer.
3737
* @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.
38+
* Thus by doing this, this class is able to preserve arbitrary precison of any given number.
3939
*
4040
* If {@link SdkNumber} is expected in a particular number format then its corresponding getter methods can be used.
4141
* Example for a {@link SdkNumber} created with {@link BigDecimal} the

0 commit comments

Comments
 (0)