Skip to content

Commit 2c1d2d7

Browse files
committed
Fixes #2049
1 parent 3cc976b commit 2c1d2d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/algorithms/sets/permutations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ n * (n-1) * (n -2) * ... * 1 = n!
2929
When repetition is allowed we have permutations with repetitions.
3030
For example the the lock below: it could be `333`.
3131

32-
![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/combination-lock.jpg)
32+
![Permutation Lock](https://www.mathsisfun.com/combinatorics/images/permutation-lock.jpg)
3333

3434
**Number of combinations**
3535

0 commit comments

Comments
 (0)