Skip to content

Commit f771129

Browse files
darts: fix missing closing parenthesis (#2239)
darts: fix missing closing parenthesis Co-authored-by: Katrina Owen <[email protected]>
1 parent 0df8c72 commit f771129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/darts/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In our particular instance of the game, the target rewards 4 different amounts o
1212
- If the dart lands in the inner circle of the target, player earns 10 points.
1313

1414
The outer circle has a radius of 10 units (this is equivalent to the total radius for the entire target), the middle circle a radius of 5 units, and the inner circle a radius of 1.
15-
Of course, they are all centered at the same point (that is, the circles are [concentric][] defined by the coordinates (0, 0).
15+
Of course, they are all centered at the same point that is, the circles are [concentric][] defined by the coordinates (0, 0).
1616

1717
Write a function that given a point in the target (defined by its [Cartesian coordinates][cartesian-coordinates] `x` and `y`, where `x` and `y` are [real][real-numbers]), returns the correct amount earned by a dart landing at that point.
1818

0 commit comments

Comments
 (0)