summaryrefslogtreecommitdiffstats
path: root/src/ops/and.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/ops/and.rs')
-rw-r--r--src/ops/and.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ops/and.rs b/src/ops/and.rs
index 281b906..eb9f347 100644
--- a/src/ops/and.rs
+++ b/src/ops/and.rs
@@ -6,7 +6,7 @@
//! AND implementation.
//!
-//! Will be automatically included when incluing `filter::Filter`, so importing this module
+//! Will be automatically included when including `filter::Filter`, so importing this module
//! shouldn't be necessary.
//!
use filter::Filter;