Skip to content

Commit 2df4305

Browse files
authored
Fix typo in retry sample code (#6339)
Removed a stray "the" in a comment. Oops.
1 parent 85778d6 commit 2df4305

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/example_code/swift-sdk/retry/Sources/entry.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ struct RetryExample {
1616
let config: S3Client.S3ClientConfiguration
1717

1818
// Create an Amazon S3 client configuration object that specifies the
19-
// the adaptive retry mode and the base maximum number of retries as 5.
19+
// adaptive retry mode and the base maximum number of retries as 5.
2020

2121
do {
2222
// snippet-start:[retry.swift.configure]

0 commit comments

Comments
 (0)