We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85778d6 commit 2df4305Copy full SHA for 2df4305
swift/example_code/swift-sdk/retry/Sources/entry.swift
@@ -16,7 +16,7 @@ struct RetryExample {
16
let config: S3Client.S3ClientConfiguration
17
18
// Create an Amazon S3 client configuration object that specifies the
19
- // the adaptive retry mode and the base maximum number of retries as 5.
+ // adaptive retry mode and the base maximum number of retries as 5.
20
21
do {
22
// snippet-start:[retry.swift.configure]
0 commit comments