Skip to content

Commit 6bf8f67

Browse files
committed
doc fix
1 parent b127c06 commit 6bf8f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntimeCore/Lambda+Codable.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public struct LambdaCodableAdapter<
106106

107107
/// Initializes an instance given a decoder, and a handler with a `Void` output.
108108
/// - 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`.
109+
/// - decoder: The decoder object that will be used to decode the received `ByteBuffer` event into the generic `Event` type served to the `handler`.
110110
/// - handler: The handler object.
111111
@inlinable
112112
public init(decoder: Decoder, handler: Handler) where Output == Void, Encoder == VoidEncoder {

0 commit comments

Comments
 (0)