From 1f5efc867f0d6d68132b88d1c288dc0ec54d8891 Mon Sep 17 00:00:00 2001 From: Jack Cherng Date: Sun, 12 May 2024 15:32:14 +0800 Subject: [PATCH] Fix wcmatch docs: SYMLINK => SYMLINKS Signed-off-by: Jack Cherng --- docs/src/markdown/wcmatch.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/markdown/wcmatch.md b/docs/src/markdown/wcmatch.md index e63de6e..9a8c32c 100644 --- a/docs/src/markdown/wcmatch.md +++ b/docs/src/markdown/wcmatch.md @@ -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}