Skip to content

Commit 3b4d107

Browse files
committed
Fix a typo in Homework 02 assignment
1 parent 1097d62 commit 3b4d107

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

homeworks/02-spacescanner/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public interface SpaceScannerAPI {
138138
* Returns the wiki pages for the rockets used in the N most expensive missions.
139139
* If there are no missions, return an empty list.
140140
*
141-
* @param n the number of missions to be returned
141+
* @param n the number of wiki pages to be returned
142142
* @param missionStatus the status of the missions
143143
* @param rocketStatus the status of the rockets
144144
* @throws IllegalArgumentException if n is less than or equal to 0, or missionStatus or rocketStatus is null

0 commit comments

Comments
 (0)