Skip to content

Commit 8c8b934

Browse files
authored
fix typo in SuggestionInjector.swift
postion -> position
1 parent 047815c commit 8c8b934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/SuggestionInjector/SuggestionInjector.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let suggestionEnd = "*///======== End of Copilot Suggestion"
66

77
// NOTE: Every lines from Xcode Extension has a line break at its end, even the last line.
88
// 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.
9+
// NOTE: range.end and position in Copilot's completion are useless, don't bother looking at them.
1010

1111
public struct SuggestionInjector {
1212
public init() {}

0 commit comments

Comments
 (0)