Skip to content

Commit fe332ff

Browse files
DeoJintrekhleb
authored andcommitted
docs: fix permutations README grammar
1 parent 1c21085 commit fe332ff

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
@@ -27,7 +27,7 @@ n * (n-1) * (n -2) * ... * 1 = n!
2727
## Permutations with repetitions
2828

2929
When repetition is allowed we have permutations with repetitions.
30-
For example the the lock below: it could be `333`.
30+
For example, the lock below could be `333`.
3131

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

0 commit comments

Comments
 (0)