Skip to content

Commit 1f56d78

Browse files
authored
Update Homework03.hs (#31)
This question is different in this branch from the solutions branch. This corrects this branch typo.
1 parent 65cd2ef commit 1f56d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Homework/Homework03/Homework03.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525

2626

2727
-- Question 5
28-
-- Write a function that takes in two numbers and calculates the sum of squares for the product and quotient
28+
-- Write a function that takes in two numbers and calculates the sum of square roots for the product and quotient
2929
-- of those numbers. Write the function such that you use a where block inside a let expression and a
3030
-- let expression inside a where block.

0 commit comments

Comments
 (0)