Skip to content

Commit a738a7a

Browse files
committed
Fix docs
1 parent 0c26b7f commit a738a7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/AWSLambdaRuntime/Lambda+Codable.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -117,8 +117,8 @@ public struct LambdaCodableAdapter<
117117

118118
/// A ``StreamingLambdaHandler/handle(_:responseWriter:context:)`` wrapper.
119119
/// - Parameters:
120-
/// - event: The received event.
121-
/// - outputWriter: The writer to write the computed response to.
120+
/// - request: The received event.
121+
/// - responseWriter: The writer to write the computed response to.
122122
/// - context: The ``LambdaContext`` containing the invocation's metadata.
123123
@inlinable
124124
public mutating func handle<Writer: LambdaResponseStreamWriter>(

0 commit comments

Comments
 (0)