Skip to content

Commit bdba774

Browse files
authored
Merge pull request #568 from yuk1ty/fix-typo
Fix small typo
2 parents 24c2e41 + a7211d3 commit bdba774

File tree

1 file changed

+1
-1
lines changed
  • server/src/main/kotlin/org/javacs/kt

1 file changed

+1
-1
lines changed

server/src/main/kotlin/org/javacs/kt/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Args {
1313
* The language server can currently be launched in three modes:
1414
* - Stdio, in which case no argument should be specified (used by default)
1515
* - TCP Server, in which case the client has to connect to the specified tcpServerPort (used by the Docker image)
16-
* - TCP Client, in whcih case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode)
16+
* - TCP Client, in which case the server will connect to the specified tcpClientPort/tcpClientHost (optionally used by VSCode)
1717
*/
1818

1919
@Parameter(names = ["--tcpServerPort", "-sp"])

0 commit comments

Comments
 (0)