summaryrefslogtreecommitdiffstats
path: root/src/failable/ops/not.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/failable/ops/not.rs')
-rw-r--r--src/failable/ops/not.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/failable/ops/not.rs b/src/failable/ops/not.rs
index 3712024..25c3e3b 100644
--- a/src/failable/ops/not.rs
+++ b/src/failable/ops/not.rs
@@ -6,7 +6,7 @@
//! NOT 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.
//!