Skip to content

Commit d43753c

Browse files
committed
typo
1 parent b8ce14d commit d43753c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

problems/basic_filter/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Use Array#filter to write a function called `getShortMessages`.
1616
## Conditions
1717

1818
* Do not use any for/while loops or Array#forEach.
19-
* Do not create any unecessary functions e.g. helpers.
19+
* Do not create any unnecessary functions e.g. helpers.
2020

2121
## Hint
2222

0 commit comments

Comments
 (0)