Skip to content

Commit 70066d9

Browse files
xannitasxatzial
andauthored
Update exercises/square-root/instructions.md
Co-authored-by: Anastasios Chatzialexiou <[email protected]>
1 parent fcc6fb2 commit 70066d9

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
@@ -3,7 +3,7 @@
33
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.
6-
- As input youll be given a positive whole number, i.e. 1, 2, 3, 4…
6+
- As input you'll be given a positive whole number, i.e. 1, 2, 3, 4…
77
- You also only need to return a positive whole number.
88

99
Some potential approaches:

0 commit comments

Comments
 (0)