We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b127c06 commit 6bf8f67Copy full SHA for 6bf8f67
Sources/AWSLambdaRuntimeCore/Lambda+Codable.swift
@@ -106,7 +106,7 @@ public struct LambdaCodableAdapter<
106
107
/// Initializes an instance given a decoder, and a handler with a `Void` output.
108
/// - Parameters:
109
- /// - decoder: The decoder object that will be used to decode the received `ByteBuffer` event into the generic ``Event`` type served to the `handler`.
+ /// - decoder: The decoder object that will be used to decode the received `ByteBuffer` event into the generic `Event` type served to the `handler`.
110
/// - handler: The handler object.
111
@inlinable
112
public init(decoder: Decoder, handler: Handler) where Output == Void, Encoder == VoidEncoder {
0 commit comments