Skip to content

Commit

Permalink
Docc fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler committed Feb 7, 2024
1 parent ddd860b commit a36500e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/HummingbirdLambda/Lambda.swift
Expand Up @@ -21,8 +21,8 @@ import NIOPosix

/// Protocol for Hummingbird Lambdas.
///
/// Defines the `Event` and `Output` types, how you convert from `Event` to ``HBRequest``
/// and ``HBResponse`` to `Output`. Create a type conforming to this protocol and tag it
/// Defines the `Event` and `Output` types, how you convert from `Event` to ``HummingbirdCore/HBRequest``
/// and ``HummingbirdCore/HBResponse`` to `Output`. Create a type conforming to this protocol and tag it
/// with `@main`.
/// ```swift
/// struct MyLambda: HBLambda {
Expand Down

0 comments on commit a36500e

Please sign in to comment.