Skip to content

Commit cd0ff72

Browse files
docs: all-your-base typo in approach (#869)
Removed duplicated word.
1 parent b20b2ad commit cd0ff72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/all-your-base/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ std::reverse(output_digits.begin(), output_digits.end());
8383
return output_digits;
8484
```
8585

86-
The idea is based on two two functions:
86+
The idea is based on two functions:
8787
- `multiply`, which takes the `output_digits` vector and the two bases.
8888
- `add`, which takes an `output_digits` vector and a single digit from the `input_digits` and the `output_base`.
8989

0 commit comments

Comments
 (0)