Skip to content

Commit d583196

Browse files
authored
Fix typo in LanguageServerProtocol/Error.swift (#970)
1 parent 8af0bb5 commit d583196

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LanguageServerProtocol/Error.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public struct ResponseError: Error, Codable, Hashable {
9898
}
9999

100100
extension ResponseError {
101-
// MARK: Convencience properties for common errors.
101+
// MARK: Convenience properties for common errors.
102102

103103
public static var cancelled: ResponseError = ResponseError(code: .cancelled, message: "request cancelled by client")
104104

0 commit comments

Comments
 (0)