Skip to content

Commit f0ee6b1

Browse files
authored
Merge pull request #891 from fwcd/fix-typo
Fix typo in `SemanticRefactoringError` doc comment
2 parents 31152de + 2f01143 commit f0ee6b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SourceKitLSP/Swift/SemanticRefactoring.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ struct SemanticRefactoring {
8282
}
8383
}
8484

85-
/// An error from a cursor info request.
85+
/// An error from a semantic refactoring request.
8686
enum SemanticRefactoringError: Error {
8787

8888
/// The given URL is not a known document.

0 commit comments

Comments
 (0)