From 95ea79e4aa89b26bd9e5d432e957a3a054394dbd Mon Sep 17 00:00:00 2001 From: Colton Schlosser Date: Sat, 30 May 2020 20:17:13 -0500 Subject: [PATCH] Readme typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 843df3c0..142c7d11 100644 --- a/readme.md +++ b/readme.md @@ -145,7 +145,7 @@ The library defines three protocols for the implementation of a Lambda Handler. An `EventLoopFuture` based processing protocol for a Lambda that takes a `ByteBuffer` and returns a `ByteBuffer?` asynchronously. -`ByteBufferLambdaHandler` is the lowest level protocol designed to power the higher level `EventLoopLambdaHandler` and `LambdaHandler` based APIs. Users are not expected to use this protocol, though some performance sensitive applications that operate at he `ByteBuffer` level or have special serialization needs may choose to do so. +`ByteBufferLambdaHandler` is the lowest level protocol designed to power the higher level `EventLoopLambdaHandler` and `LambdaHandler` based APIs. Users are not expected to use this protocol, though some performance sensitive applications that operate at the `ByteBuffer` level or have special serialization needs may choose to do so. ```swift public protocol ByteBufferLambdaHandler {