We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ea3bb6 commit 92af597Copy full SHA for 92af597
src/cheatsheet/sections/modifiers.py
@@ -64,7 +64,7 @@ def get_modifiers():
64
"variations": [
65
{
66
"spokenForm": complex_modifiers["extendThroughStartOf"],
67
- "description": "Extend through start of line",
+ "description": "Extend through start of line/pair",
68
},
69
70
"spokenForm": f"{complex_modifiers['extendThroughStartOf']} <modifier>",
@@ -78,7 +78,7 @@ def get_modifiers():
78
79
80
"spokenForm": complex_modifiers["extendThroughEndOf"],
81
- "description": "Extend through end of line",
+ "description": "Extend through end of line/pair",
82
83
84
"spokenForm": f"{complex_modifiers['extendThroughEndOf']} <modifier>",
0 commit comments