Skip to content

Commit 3bfad88

Browse files
authored
Merge pull request #8 from socathie/patch-1
Correct solution for Homework 3 Question 5
2 parents 97042b0 + a2a4686 commit 3bfad88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Homework03/Solution.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ guardsAndIf a b
4343

4444

4545
-- Question 5
46-
-- Write a function that takes in two numbers and calculates the sum of squares for the product and quotient
46+
-- Write a function that takes in two numbers and calculates the sum of square roots for the product and quotient
4747
-- of those numbers. Write the function such that you use a where block inside a let expression and a
4848
-- let expression inside a where block.
4949

0 commit comments

Comments
 (0)