Skip to content

Commit 6d30bda

Browse files
Update exercises/practice/pythagorean-triplet/.docs/instructions.append.md
Co-authored-by: Derk-Jan Karrenbeld <[email protected]>
1 parent 62a0ad6 commit 6d30bda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/pythagorean-triplet/.docs/instructions.append.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ By default, only `sum` is given to the `triplets` function, but it may optionall
44

55
<!-- prettier-ignore-start -->
66
~~~exercism/advanced
7-
If you're solving this using the CLI, there's a test case involving large numbers that's currently skipped to avoid timeouts in our online test runner.
7+
If you're solving this using the CLI, there's a test case involving large numbers that's currently skipped to avoid timeouts in our test runner.
88
You can enable it if you want by removing the `.skip`, just be aware that it may take a while to run.
99
~~~
1010
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)