Skip to content

Commit f7052e2

Browse files
committed
Fix typos
1 parent a167148 commit f7052e2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Libraries/src/Amazon.Lambda.RuntimeSupport/Client/InternalClientAdapted.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ public RuntimeApiClientException(string message, int statusCode, string response
696696
}
697697

698698
/// <summary>
699-
///
699+
/// Returns a formatted string containing the HTTP response and base exception information.
700700
/// </summary>
701701
/// <returns></returns>
702702
public override string ToString()

Libraries/src/Amazon.Lambda.RuntimeSupport/Context/LambdaEnvironment.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ internal void SetXAmznTraceId(string xAmznTraceId)
9292
public string FunctionMemorySize { get; private set; }
9393

9494
/// <summary>
95-
/// Gets the FunctionMemorySize
95+
/// Gets the FunctionName
9696
/// </summary>
9797
public string FunctionName { get; private set; }
9898

0 commit comments

Comments
 (0)