diff --git a/Cargo.toml b/Cargo.toml index 090b06c..1ebb913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rodash" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["zignis "] license = "MIT" diff --git a/src/intersect.rs b/src/intersect.rs index d2fbf0d..ce333e0 100644 --- a/src/intersect.rs +++ b/src/intersect.rs @@ -29,7 +29,7 @@ where .collect::>() } -/// A trait that implements the [Intersect::Intersect] method on arrays. +/// A trait that implements the [Intersect::intersect] method on arrays. pub trait Intersect where A: IntoIterator,