Skip to content

Commit 12e20af

Browse files
Fixed some typos (#16)
1 parent c610654 commit 12e20af

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Homework/Homework06/Homework06.hs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11

22
-- Question 1
33
-- Write a function that takes in a list of integers and removes from it the smallest
4-
-- element. If the element is occuring more then once, it should remove only the first
5-
-- occurence of the smallest element.
4+
-- element. If the element is occurring more then once, it should remove only the first
5+
-- occurrence of the smallest element.
66

7-
-- Chalange: Write the this function in such a way that if you add some code to it and
8-
-- not remove any, the function will be removing all instances of the smallest eleement.
7+
-- Challenge: Write the this function in such a way that if you add some code to it and
8+
-- not remove any, the function will be removing all instances of the smallest element.
99

1010

1111
-- Question 2

0 commit comments

Comments
 (0)