Skip to content

Commit 5f4a15b

Browse files
committed
Remove public modifier from _dispatcher field in LspConnection (typo).
1 parent b8defce commit 5f4a15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Client/Protocol/LspConnection.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ public sealed class LspConnection
103103
/// <summary>
104104
/// The <see cref="LspDispatcher"/> used to dispatch messages to handlers.
105105
/// </summary>
106-
public LspDispatcher _dispatcher;
106+
LspDispatcher _dispatcher;
107107

108108
/// <summary>
109109
/// A <see cref="Task"/> representing the connection's receive loop.

0 commit comments

Comments
 (0)