Skip to content

Commit

Permalink
Tweak comment
Browse files Browse the repository at this point in the history
#8258

Co-authored-by: Niranjan Jayakar <nija@amazon.com>
  • Loading branch information
jaapvanblaaderen and Niranjan Jayakar committed Jun 12, 2020
1 parent 1c6f5d7 commit 6708723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@aws-cdk/aws-lambda/lib/log-retention.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface LogRetentionRetryOptions {
/**
* The base duration to use in the exponential backoff for operation retries.
*
* @default - 100 milliseconds (AWS SDK default)
* @default Duration.millis(100) (AWS SDK default)
*/
readonly base?: cdk.Duration;
}
Expand Down

0 comments on commit 6708723

Please sign in to comment.