Skip to content

Commit 29d7a98

Browse files
authored
fixed typo (#6002)
1 parent 5052321 commit 29d7a98

File tree

1 file changed

+1
-1
lines changed
  • services-custom/dynamodb-enhanced/src/main/java/software/amazon/awssdk/enhanced/dynamodb/model

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public String tableName() {
7373
}
7474

7575
/**
76-
* Returns the collection of write requests in this writek batch.
76+
* Returns the collection of write requests in this write batch.
7777
*/
7878
public Collection<WriteRequest> writeRequests() {
7979
return writeRequests;

0 commit comments

Comments
 (0)