Skip to content

Commit df834c7

Browse files
authored
Fix wcmatch docs: SYMLINK => SYMLINKS (#217)
Signed-off-by: Jack Cherng <[email protected]>
1 parent 24bf989 commit df834c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/markdown/wcmatch.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -310,9 +310,9 @@ is called on every new [`match`](#match) call.
310310
`HIDDEN` enables the crawling of hidden directories and will return hidden files if the wildcard pattern matches. This
311311
enables not just dot files, but system hidden files as well.
312312

313-
#### `wcmatch.SYMLINK, wcmatch.SL` {: #symlink}
313+
#### `wcmatch.SYMLINKS, wcmatch.SL` {: #symlinks}
314314

315-
`SYMLINK` enables the crawling of symlink directories. By default, symlink directories are ignored during the file
315+
`SYMLINKS` enables the crawling of symlink directories. By default, symlink directories are ignored during the file
316316
crawl.
317317

318318
#### `wcmatch.CASE, wcmatch.C` {: #case}

0 commit comments

Comments
 (0)