From afddc2ba625fb2fb9618d839ae955785ccb650fb Mon Sep 17 00:00:00 2001 From: loveucifer <134506987+loveucifer@users.noreply.github.com> Date: Mon, 5 Jan 2026 18:33:40 +0530 Subject: [PATCH] Update Documentation/Refactoring Actions.md Co-authored-by: Alex Hoppen --- Documentation/Refactoring Actions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/Refactoring Actions.md b/Documentation/Refactoring Actions.md index 3a2bc223..022817c6 100644 --- a/Documentation/Refactoring Actions.md +++ b/Documentation/Refactoring Actions.md @@ -91,4 +91,4 @@ Refactoring capabilities come from two places: 1. **sourcekitd**: Part of the Swift toolchain compiler infrastructure 2. **SwiftSyntax**: The `swift-syntax` library's `SwiftRefactor` module -To add purely syntactic refactorings, you can contribute to [swift-syntax](https://github.com/swiftlang/swift-syntax). Semantic refactorings require changes to [sourcekit](https://github.com/swiftlang/swift). +To add purely syntactic refactorings, you can contribute to [swift-syntax](https://github.com/swiftlang/swift-syntax). Semantic refactorings require changes to [sourcekitd](https://github.com/swiftlang/swift).