Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zignis committed May 14, 2024
1 parent 18e9043 commit 59cbfb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rodash"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["zignis <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/intersect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ where
.collect::<Vec<_>>()
}

/// A trait that implements the [Intersect::Intersect] method on arrays.
/// A trait that implements the [Intersect::intersect] method on arrays.
pub trait Intersect<A, I>
where
A: IntoIterator,
Expand Down

0 comments on commit 59cbfb3

Please sign in to comment.