Skip to content

Commit a0d6636

Browse files
committed
update doc comment
1 parent 5700351 commit a0d6636

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rule/non_empty.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub use non_empty_string::*;
1515
pub use non_empty_vec::*;
1616
pub use non_empty_vec_deque::*;
1717

18-
/// Refined type where the input value is not empty
18+
/// A type that holds a value satisfying the `NonEmptyRule`
1919
/// The definition of empty is defined by `EmptyDefinition`.
2020
pub type NonEmpty<T> = Refined<NonEmptyRule<T>>;
2121

0 commit comments

Comments
 (0)