From e4b4600752d3c7102f01d074c25b4798b75c2bed Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Wed, 8 Jul 2020 22:47:50 +0200 Subject: better language --- crates/vfs-notify/src/include.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/vfs-notify') diff --git a/crates/vfs-notify/src/include.rs b/crates/vfs-notify/src/include.rs index 7378766f5..72f928536 100644 --- a/crates/vfs-notify/src/include.rs +++ b/crates/vfs-notify/src/include.rs @@ -9,8 +9,8 @@ use paths::{RelPath, RelPathBuf}; /// /// It describes the set of files inside some directory. /// -/// The current implementation is very limited, it allows white-listing file -/// globs and black-listing directories. +/// The current implementation is very limited, it allows including file globs +/// and recursively excluding directories. #[derive(Debug, Clone)] pub(crate) struct Include { include_files: GlobSet, -- cgit v1.2.3