Skip to content

Commit e981922

Browse files
authored
Merge pull request #400 from compnerd/patch-1
LanguageServerProtocol: add missing space (NFC)
2 parents e2a27a2 + b8392f6 commit e981922

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/LanguageServerProtocol/Requests/DefinitionRequest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/// Looks up the symbol at the given position and returns a list of all definition of that symbol
1616
/// across the whole workspace.
1717
///
18-
/// Servers that provide document highlights should set the`definitionProvider` server capability.
18+
/// Servers that provide document highlights should set the `definitionProvider` server capability.
1919
///
2020
/// - Parameters:
2121
/// - textDocument: The document in which to lookup the symbol location.

0 commit comments

Comments
 (0)