We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfca83 commit e975775Copy full SHA for e975775
EditorExtension/ChatWithSelection.swift
@@ -4,7 +4,7 @@ import Foundation
4
import XcodeKit
5
6
class ChatWithSelectionCommand: NSObject, XCSourceEditorCommand, CommandType {
7
- var name: String { "Chat With Selection" }
+ var name: String { "Chat with Selection" }
8
9
func perform(
10
with invocation: XCSourceEditorCommandInvocation,
0 commit comments