Skip to content

Commit f3194a8

Browse files
committed
Fix incorrect comment
1 parent 28d7c87 commit f3194a8

File tree

1 file changed

+1
-1
lines changed
  • swift/example_code/lambda/basics/lambda-basics/Sources

1 file changed

+1
-1
lines changed

swift/example_code/lambda/basics/lambda-basics/Sources/entry.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ struct ExampleCommand: ParsableCommand {
224224
/// is invoked.
225225
///
226226
/// - Parameters:
227-
/// - lambdaClient: The `IAMClient` to use.
227+
/// - lambdaClient: The `LambdaClient` to use.
228228
/// - name: The name of the AWS Lambda function to update.
229229
/// - path: The pathname of the Zip file containing the packaged Lambda
230230
/// function.

0 commit comments

Comments
 (0)