Skip to content

Commit 811fc67

Browse files
authored
Formatting fix (#2627)
1 parent 47ae54d commit 811fc67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/data/Allas/using_allas/a_commands.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ The most commonly occurring special characters:
327327
- **[ ]** matches any character inside the brackets. For example, [abc] would match a, b or c.
328328
- **[^ ]** matches any character except the characters inside the brackets.
329329
For example, [^abc] would select all rows that contain characters than are not a, b and c.
330-
- ** * ** matches zero or more of the preceding characters or expressions.
330+
- **\*** matches zero or more of the preceding characters or expressions.
331331
`\{n,m\}` matches n to m occurrences of the preceding characters or expressions.
332332

333333
Options:

0 commit comments

Comments
 (0)