Skip to content

Commit 4385614

Browse files
authored
fselect: fix quotation in placeholder (#18990)
1 parent 225b7c9 commit 4385614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/common/fselect.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
66
- Select full path and size from temporary or configuration files in a given directory:
77

8-
`fselect size, path from {{path/to/directory}} where name = '{{*.cfg}}' or name = {{'*.tmp'}}`
8+
`fselect size, path from {{path/to/directory}} where name = '{{*.cfg}}' or name = '{{*.tmp}}'`
99

1010
- Find square images:
1111

0 commit comments

Comments
 (0)