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 2eea0d9 commit ccf5f08Copy full SHA for ccf5f08
src/cheatsheet/sections/scopes.py
@@ -9,7 +9,8 @@ def get_scopes():
9
"scopeType",
10
{
11
"argumentOrParameter": "Argument",
12
- "boundedNonWhitespaceSequence": "Non whitespace sequence stopped by surrounding pair delimeters",
+ "boundedNonWhitespaceSequence": "Non-whitespace sequence bounded by surrounding pair delimeters",
13
+ "boundedParagraph": "Paragraph bounded by surrounding pair delimeters",
14
},
15
),
16
0 commit comments