File tree 1 file changed +2
-2
lines changed
Sources/AWSLambdaRuntimeCore
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ extension Lambda {
42
42
eventLoop: self . eventLoop,
43
43
allocator: self . allocator)
44
44
return factory ( context)
45
- // Hopping back to "our" EventLoop is importnant in case the factory returns a future
45
+ // Hopping back to "our" EventLoop is important in case the factory returns a future
46
46
// that originated from a foreign EventLoop/EventLoopGroup.
47
47
// This can happen if the factory uses a library (let's say a database client) that manages its own threads/loops
48
48
// for whatever reason and returns a future that originated from that foreign EventLoop.
@@ -71,7 +71,7 @@ extension Lambda {
71
71
invocation: invocation)
72
72
logger. debug ( " sending invocation to lambda handler \( handler) " )
73
73
return handler. handle ( context: context, event: event)
74
- // Hopping back to "our" EventLoop is importnant in case the handler returns a future that
74
+ // Hopping back to "our" EventLoop is important in case the handler returns a future that
75
75
// originiated from a foreign EventLoop/EventLoopGroup.
76
76
// This can happen if the handler uses a library (lets say a DB client) that manages its own threads/loops
77
77
// for whatever reason and returns a future that originated from that foreign EventLoop.
You can’t perform that action at this time.
0 commit comments