Skip to content

Commit 5a9be05

Browse files
authored
fix copy/paste error that breaks cheatsheet (#1787)
This got changed everywhere but here. ## Checklist - [/] I have added [tests](https://www.cursorless.org/docs/contributing/test-case-recorder/) - [/] I have updated the [docs](https://github.com/cursorless-dev/cursorless/tree/main/docs) and [cheatsheet](https://github.com/cursorless-dev/cursorless/tree/main/cursorless-talon/src/cheatsheet) - [x] I have ~not broken~ fixed the cheatsheet
1 parent bd4719c commit 5a9be05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cursorless-talon/src/cheatsheet/sections/special_marks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ def get_special_marks():
1515
)
1616

1717
return [
18-
*get_lists(["special_mark", "unknown_symbol"], "mark"),
18+
*get_lists(["simple_mark", "unknown_symbol"], "mark"),
1919
*line_direction_marks,
2020
]

0 commit comments

Comments
 (0)