Skip to content

Commit f10863f

Browse files
committed
Fix typo
1 parent 0824b45 commit f10863f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Core/Sources/Service/SuggestionCommandHandler/WindowBaseCommandHandler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ struct WindowBaseCommandHandler: SuggestionCommandHandler {
279279
history.append(.init(
280280
role: .user,
281281
content: "",
282-
summary: "Chat about selected code from `\(selection.start.line + 1):\(selection.start.character + 1)` to `\(selection.end.line + 1):\(selection.end.character)`.\nThe code will persisted in the conversation."
282+
summary: "Chat about selected code from `\(selection.start.line + 1):\(selection.start.character + 1)` to `\(selection.end.line + 1):\(selection.end.character)`.\nThe code will persist in the conversation."
283283
))
284284
}
285285
}

0 commit comments

Comments
 (0)