We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 047815c commit 8c8b934Copy full SHA for 8c8b934
Core/Sources/SuggestionInjector/SuggestionInjector.swift
@@ -6,7 +6,7 @@ let suggestionEnd = "*///======== End of Copilot Suggestion"
6
7
// NOTE: Every lines from Xcode Extension has a line break at its end, even the last line.
8
// NOTE: Copilot's completion always start at character 0, no matter where the cursor is.
9
-// NOTE: range.end and postion in Copilot's completion are useless, don't bother looking at them.
+// NOTE: range.end and position in Copilot's completion are useless, don't bother looking at them.
10
11
public struct SuggestionInjector {
12
public init() {}
0 commit comments