Skip to content

Commit 0f3a6aa

Browse files
authored
Merge pull request #3544 from craigcomstock/filestat-typo
Fixed filestat filename argument range missing code markdown
2 parents 85d57b2 + ec95c46 commit 0f3a6aa

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)