Skip to content

Commit 21d82d8

Browse files
committed
Cleanup
1 parent 414a449 commit 21d82d8

File tree

4 files changed

+1826
-6
lines changed

4 files changed

+1826
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace Amazon.Lambda.RuntimeSupport
2121
{
2222
/// <summary>
2323
/// Interface for writing streaming responses in AWS Lambda functions.
24-
/// Obtained by calling ResponseStreamFactory.CreateStream() within a handler.
24+
/// Obtained by calling <see cref="LambdaResponseStreamFactory.CreateStream"/> within a handler.
2525
/// </summary>
2626
public interface ILambdaResponseStream : IDisposable
2727
{

0 commit comments

Comments
 (0)