Skip to content

Commit 3453fe4

Browse files
committed
Further wording changes
1 parent 2cdf1d8 commit 3453fe4

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
@@ -2,7 +2,7 @@
22

33
We are launching a deep space exploration rocket and we need a way to make sure the navigation system stays on target.
44

5-
As the first step in our calculation, we take a number and find its square rootthat is, the number that, when multiplied by itself, equals the given number.
5+
As the first step in our calculation, we take a target number and find its square root (that is, the number that when multiplied by itself equals the target number).
66

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.

0 commit comments

Comments
 (0)