Skip to content

Commit 36f1f40

Browse files
ronnodasphimuemue
authored andcommitted
fixed copy-paste error
1 parent 2009734 commit 36f1f40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/array_combinations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ where
4040
I::Item: Clone,
4141
{
4242
/// Returns the (current) length of the pool from which combination elements are
43-
/// selected. This value can change between invocations of [`next`](Combinations::next).
43+
/// selected. This value can change between invocations of [`next`](ArrayCombinations::next).
4444
#[inline]
4545
pub fn n(&self) -> usize {
4646
self.pool.len()

0 commit comments

Comments
 (0)