Skip to content

Commit

Permalink
Fix wcmatch docs: SYMLINK => SYMLINKS (#217)
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Cherng <[email protected]>
  • Loading branch information
jfcherng authored May 12, 2024
1 parent 24bf989 commit df834c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/markdown/wcmatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,9 +310,9 @@ is called on every new [`match`](#match) call.
`HIDDEN` enables the crawling of hidden directories and will return hidden files if the wildcard pattern matches. This
enables not just dot files, but system hidden files as well.

#### `wcmatch.SYMLINK, wcmatch.SL` {: #symlink}
#### `wcmatch.SYMLINKS, wcmatch.SL` {: #symlinks}

`SYMLINK` enables the crawling of symlink directories. By default, symlink directories are ignored during the file
`SYMLINKS` enables the crawling of symlink directories. By default, symlink directories are ignored during the file
crawl.

#### `wcmatch.CASE, wcmatch.C` {: #case}
Expand Down

0 comments on commit df834c7

Please sign in to comment.