Skip to content

Commit 651cc16

Browse files
committed
Minor fixes
1 parent b182a23 commit 651cc16

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Source/SourceKittenFramework/Request.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public enum Request {
195195
case editorOpen(file: File)
196196
/// A `cursorinfo` request for an offset in the given file, using the `arguments` given.
197197
case cursorInfo(file: String, offset: Int64, arguments: [String])
198-
/// A custom request by passing in the sourcekitd_object_t directly.
198+
/// A custom request by passing in the `SourceKitObject` directly.
199199
case customRequest(request: SourceKitObject)
200200
/// A request generated by sourcekit using the yaml representation.
201201
case yamlRequest(yaml: String)

Source/SourceKittenFramework/SourceKitObject.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010
#if SWIFT_PACKAGE
11-
import SourceKit
11+
import SourceKit
1212
#endif
1313

1414
// MARK: - SourceKitObjectConvertible

Source/SourceKittenFramework/UID.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import Foundation
1010
#if SWIFT_PACKAGE
11-
import SourceKit
11+
import SourceKit
1212
#endif
1313

1414
/// Swift representation of sourcekitd_uid_t

0 commit comments

Comments
 (0)