Skip to content

Commit

Permalink
fixed copy-paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
ronnodas committed Sep 10, 2024
1 parent 3e0d131 commit c07be49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/array_combinations.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ where
I::Item: Clone,
{
/// Returns the (current) length of the pool from which combination elements are
/// selected. This value can change between invocations of [`next`](Combinations::next).
/// selected. This value can change between invocations of [`next`](ArrayCombinations::next).
#[inline]
pub fn n(&self) -> usize {
self.pool.len()
Expand Down

0 comments on commit c07be49

Please sign in to comment.