Skip to content
This repository was archived by the owner on Jan 14, 2024. It is now read-only.

Commit 06927b2

Browse files
author
Chris Owen
authored
Update 1-radio-stations.js
1 parent 8194474 commit 06927b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/1-radio-stations.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*
2222
* This function should:
2323
* - Get the available frequencies from `getAllFrequencies`
24-
* - There is a helper function called isRadioFrequency that takes an integer as an argument and returns a boolean.
24+
* - There is a helper function called isRadioStation that takes an integer as an argument and returns a boolean.
2525
* - Return only the frequencies that are radio stations.
2626
*/
2727
// `getStations` goes here

0 commit comments

Comments
 (0)