Skip to content

Commit b8392f6

Browse files
authored
LanguageServerProtocol: add missing space (NFC)
Add a missing space in the doc-comment that I noticed while testing other issues. NFC.
1 parent 90059cf commit b8392f6

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)