Skip to content

Commit beda00e

Browse files
shepazonLaren-AWS
authored andcommitted
Fixed wrong close tag for snippets
1 parent dc4c718 commit beda00e

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import Foundation
1010
// snippet-start:[retry.swift.imports]
1111
import SmithyRetries
1212
import SmithyRetriesAPI
13-
// snippet-start:[retry.swift.imports]
13+
// snippet-end:[retry.swift.imports]
1414

1515
@main
1616
struct RetryExample {

0 commit comments

Comments
 (0)