Typo in Comment (#740)

Implemetation -> Implementation
This commit is contained in:
CF 2023-01-31 12:32:10 -05:00 committed by GitHub
parent 4411a3dc77
commit 6146ff9851
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ package software.amazon.kinesis.leases.dynamodb;
@FunctionalInterface
public interface TableCreatorCallback {
/**
* NoOp implemetation for TableCreatorCallback
* NoOp implementation for TableCreatorCallback
*/
TableCreatorCallback NOOP_TABLE_CREATOR_CALLBACK = (TableCreatorCallbackInput tableCreatorCallbackInput) -> {
// Do nothing