Skip to content

Commit 623e8de

Browse files
authored
Update Package.swift with correct snippet (#7522)
Update Package.swift
1 parent bf14c83 commit 623e8de

File tree

1 file changed

+2
-2
lines changed
  • swift/example_code/cognito-identity-provider/ListUsers

1 file changed

+2
-2
lines changed

swift/example_code/cognito-identity-provider/ListUsers/Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// (swift-tools-version has two lines here because it needs to be the first
66
// line in the file, but it should also appear in the snippet below)
77
//
8-
// snippet-start:[swift.cognito-identity-provider.scenario.package]
8+
// snippet-start:[swift.cognito-identity-provider.ListUsers.package]
99
// swift-tools-version: 5.9
1010
//
1111
// The swift-tools-version declares the minimum version of Swift required to
@@ -44,4 +44,4 @@ let package = Package(
4444

4545
]
4646
)
47-
// snippet-end:[swift.cognito-identity-provider.scenario.package]
47+
// snippet-end:[swift.cognito-identity-provider.ListUsers.package]

0 commit comments

Comments
 (0)