Skip to content

Commit 7486a27

Browse files
committed
Remove "directly"
1 parent e460bd5 commit 7486a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/square-root/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ As the first step in our calculation, we take a target number and find its squar
77
The journey will be very long.
88
To make the batteries last as long as possible, we had to make our rocket's onboard computer very power efficient.
99
Unfortunately that means that we can't rely on fancy math libraries and functions, as they use more power.
10-
Instead we want to calculate the square root directly.
10+
Instead we want to implement our own square root calculation.

0 commit comments

Comments
 (0)