Skip to content

Commit 2f01143

Browse files
committed
Fix typo in SemanticRefactoringError doc comment
1 parent 2fb2e3a commit 2f01143

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
@@ -78,7 +78,7 @@ struct SemanticRefactoring {
7878
}
7979
}
8080

81-
/// An error from a cursor info request.
81+
/// An error from a semantic refactoring request.
8282
enum SemanticRefactoringError: Error {
8383

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

0 commit comments

Comments
 (0)