We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ae54d0 commit a241f69Copy full SHA for a241f69
fs2/src/jsonrpclib/fs2/lsp.scala
@@ -60,7 +60,7 @@ object lsp {
60
Right(
61
headers.copy(mimeType = mimeType, charset = Charset.forName(charset))
62
)
63
- case _ => Left(ParseError(s"Couldn't parse to header: $line"))
+ case _ => Left(ParseError(s"Couldn't parse header: $line"))
64
}
65
66
private object integer {
0 commit comments