Skip to content

Commit acebb74

Browse files
committed
fix doc
1 parent fc3174e commit acebb74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rule/composer/not.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use crate::result::Error;
22
use crate::rule::Rule;
33
use std::marker::PhantomData;
44

5-
/// A binder that combines two rules to generate a new single `Rule`
5+
/// `Not` reverses the definition of a certain `Rule`.
66
/// # Example
77
/// ```rust
88
/// use refined_type::rule::composer::Not;

0 commit comments

Comments
 (0)