Skip to content

Commit ec95c46

Browse files
committed
Fixed filestat filename argument range missing code markdown
1 parent 85d57b2 commit ec95c46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/reference/functions/filestat.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ variable does not expand.
1515

1616
**Arguments**:
1717

18-
- `filename` : the file or directory name to inspect, in the range: "?(/.\*)
18+
- `filename` : the file or directory name to inspect, in the range: `"?(/.\*)`
1919
- `field` : the requested field, with the following allowed values:
2020
- `size` : size in bytes
2121
- `gid` : group ID

0 commit comments

Comments
 (0)