Skip to content

Commit 8ef59fb

Browse files
committed
fix typo
1 parent 49c470b commit 8ef59fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AWSLambdaRuntimeCore/LambdaContext.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ public struct LambdaContext: CustomDebugStringConvertible, Sendable {
122122

123123
/// This interface is not part of the public API and must not be used by adopters.
124124
/// It is declared public to allow users to unit test their handler.
125-
/// This API is not part of semver versioning.
125+
/// This API is not part of semver versioning.
126126
public static func __forTestsOnly(
127127
requestID: String,
128128
traceID: String,

0 commit comments

Comments
 (0)