Skip to content

Commit 6e07e52

Browse files
committed
Fix typo
1 parent 1dc0213 commit 6e07e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LanguageServerProtocol/SupportTypes/ServerCapabilities.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1232,7 +1232,7 @@ public struct WorkspaceServerCapabilities: Codable, Hashable, Sendable {
12321232
/// The server supports workspace folder.
12331233
public var workspaceFolders: WorkspaceFolders?
12341234

1235-
/// The server supports the `workspace/textDocumentContent` request`.
1235+
/// The server supports the `workspace/textDocumentContent` request.
12361236
public var textDocumentContent: TextDocumentContentOptions?
12371237

12381238
public init(

0 commit comments

Comments
 (0)