Skip to content

Commit 0813370

Browse files
committed
Replace "output" with "return"
1 parent 7c932bb commit 0813370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/square-root/instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Your task is to calculate the square root of a given number.
44

55
- Try to avoid using the pre-existing math libraries of your language.
66
- As input you’ll be given a positive whole number, i.e. 1, 2, 3, 4…
7-
- You also only need to output a positive whole number.
7+
- You also only need to return a positive whole number.
88

99
Some potential approaches:
1010

0 commit comments

Comments
 (0)