Skip to content

Commit 80ff098

Browse files
committed
Fix challenge
1 parent 828a73d commit 80ff098

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/classes/challenges.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class SquareRoot {
105105
double negativeRoot;
106106
}
107107
108-
void squareRoot(double value) {
108+
SquareRoot squareRoot(double value) {
109109
// -----------
110110
// CODE HERE
111111
// -----------

0 commit comments

Comments
 (0)