Skip to content

Commit f2f6a2c

Browse files
xanniIsaacG
andauthored
Update exercises/square-root/instructions.md
Co-authored-by: Isaac Good <[email protected]>
1 parent 1ae54c6 commit f2f6a2c

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
@@ -1,6 +1,6 @@
11
# Instructions
22

3-
Your task is to implement a calculation of the square root of a given number.
3+
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…

0 commit comments

Comments
 (0)