Skip to content

Commit 99d18cf

Browse files
sebsto0xTim
andauthored
Update Sources/AWSLambdaRuntime/LambdaContext.swift
Co-authored-by: Tim Condon <[email protected]>
1 parent 98ef22b commit 99d18cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntime/LambdaContext.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ public struct ClientContext: Codable, Sendable {
8787
@available(LambdaSwift 2.0, *)
8888
public struct LambdaContext: CustomDebugStringConvertible, Sendable {
8989

90-
// use a final class a storage to have value type semantic with
90+
// use a final class as storage to have value type semantic with
9191
// low overhead of class for copy on write operations
9292
// https://www.youtube.com/watch?v=iLDldae64xE
9393
final class _Storage: Sendable {

0 commit comments

Comments
 (0)