Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaresty committed Jun 27, 2024
1 parent ad29688 commit 726358f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GPT/beta-commands/beta-cursorless.talon
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ model blend to <user.cursorless_target>:
target_text = edit.selected_text()
destination_text = user.cursorless_get_text(cursorless_target)
default_destination = user.cursorless_create_destination(cursorless_target)
result = user.model_blend(target_text, destination_text) * user.cursorless_insert(default_destination, result)
result = user.model_blend(target_text, destination_text)
user.cursorless_insert(default_destination, result)

model blend <user.cursorless_target>:
target_text = user.cursorless_get_text_list(cursorless_target)
Expand Down

0 comments on commit 726358f

Please sign in to comment.