From 489fb612c7b64776f0f412fc886ea3673857148f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fe=CC=81lix=20Saparelli?= Date: Sun, 17 Oct 2021 03:54:48 +1300 Subject: [PATCH] Tagged docs typo --- lib/src/filter/tagged.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/src/filter/tagged.rs b/lib/src/filter/tagged.rs index 1d0213fd..f8c9350c 100644 --- a/lib/src/filter/tagged.rs +++ b/lib/src/filter/tagged.rs @@ -27,8 +27,8 @@ pub mod swaplock; /// A filterer implementation that exposes the full capabilities of Watchexec. /// -/// Filters match again [event tags][Tag]; can be exact matches, glob matches, regex matches, or set -/// matches; can reverse the match (equal/not equal, etc); and can be negated. +/// Filters match against [event tags][Tag]; can be exact matches, glob matches, regex matches, or +/// set matches; can reverse the match (equal/not equal, etc); and can be negated. /// /// [Filters][Filter] can be generated from your application and inserted directly, or they can be /// parsed from a textual format: