Skip to content

Commit 6240565

Browse files
committed
Fix grammar
1 parent 9cc7b68 commit 6240565

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/DynamoDbEnhancedClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ default BatchGetResultPageIterable batchGetItem(Consumer<BatchGetItemEnhancedReq
168168
* The additional configuration parameters that the enhanced client supports are defined
169169
* in the {@link BatchWriteItemEnhancedRequest}.
170170
* <p>
171-
* A single call of BatchWriteItem has the same limit of items of the low-level DynamoDB API BatchWriteItem operation,
171+
* A single call to BatchWriteItem has the same limit of items as the low-level DynamoDB API BatchWriteItem operation,
172172
* considering all items across all WriteBatches.
173173
* <p>
174174
* <b>Note: </b> BatchWriteItem cannot update items. Instead, use the individual updateItem operation
@@ -221,7 +221,7 @@ default BatchWriteResult batchWriteItem(BatchWriteItemEnhancedRequest request) {
221221
* The additional configuration parameters that the enhanced client supports are defined
222222
* in the {@link BatchWriteItemEnhancedRequest}.
223223
* <p>
224-
* A single call of BatchWriteItem has the same limit of items of the low-level DynamoDB API BatchWriteItem operation,
224+
* A single call to BatchWriteItem has the same limit of items as the low-level DynamoDB API BatchWriteItem operation,
225225
* considering all items across all WriteBatches.
226226
* <p>
227227
* <b>Note: </b> BatchWriteItem cannot update items. Instead, use the individual updateItem operation

0 commit comments

Comments
 (0)