We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24bf989 commit df834c7Copy full SHA for df834c7
docs/src/markdown/wcmatch.md
@@ -310,9 +310,9 @@ is called on every new [`match`](#match) call.
310
`HIDDEN` enables the crawling of hidden directories and will return hidden files if the wildcard pattern matches. This
311
enables not just dot files, but system hidden files as well.
312
313
-#### `wcmatch.SYMLINK, wcmatch.SL` {: #symlink}
+#### `wcmatch.SYMLINKS, wcmatch.SL` {: #symlinks}
314
315
-`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
316
crawl.
317
318
#### `wcmatch.CASE, wcmatch.C` {: #case}
0 commit comments