Skip to content

Commit 69ddac1

Browse files
authored
Resolves #320 by changing Files section (#326)
1 parent 62c2035 commit 69ddac1

File tree

1 file changed

+2
-2
lines changed
  • projects/generics/hidash/04-pickmany

1 file changed

+2
-2
lines changed

projects/generics/hidash/04-pickmany/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ Example: `pickMany({ a: 1, b: 2, c: 3 }, ['a', 'c'])` -> `[1, 3]`
1919

2020
## Files
2121

22-
- `index.ts`: Write your `pick` function here
23-
- `index.test.ts`: Tests verifying `pick`
22+
- `index.ts`: Write your `pickMany` function here
23+
- `index.test.ts`: Tests verifying `pickMany`
2424
- `solution.ts`: Solution code

0 commit comments

Comments
 (0)