Skip to content

Commit 6e4ced6

Browse files
committed
Merge pull request timoxley#85 from chentsulin/patch-1
typo
2 parents b8ce14d + d43753c commit 6e4ced6

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)