Skip to content

Commit 7512c6c

Browse files
committed
Fix typo
1 parent 1cfe0c5 commit 7512c6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ModelContextProtocol/Protocol/Transport/SseResponseStreamTransport.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public sealed class SseResponseStreamTransport(Stream sseResponseStream) : ITran
1919
private Task? _sseWriteTask;
2020
private Utf8JsonWriter? _jsonWriter;
2121

22-
/// <inherityydoc/>
22+
/// <inheritdoc/>
2323
public bool IsConnected => _sseWriteTask?.IsCompleted == false;
2424

2525
/// <summary>

0 commit comments

Comments
 (0)