Skip to content

Commit 74449f8

Browse files
committed
Fix a wrong documentation
1 parent e963ce9 commit 74449f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/CopilotModel/CopilotCompletion.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ public struct CopilotCompletion: Codable, Equatable {
1717

1818
/// The new code to be inserted and the original code on the first line.
1919
public var text: String
20-
/// The position of the cursor after the completion.
20+
/// The position of the cursor before generating the completion.
2121
public var position: CursorPosition
2222
/// An id.
2323
public var uuid: String

0 commit comments

Comments
 (0)