We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1097d62 commit 3b4d107Copy full SHA for 3b4d107
1 file changed
homeworks/02-spacescanner/README.md
@@ -138,7 +138,7 @@ public interface SpaceScannerAPI {
138
* Returns the wiki pages for the rockets used in the N most expensive missions.
139
* If there are no missions, return an empty list.
140
*
141
- * @param n the number of missions to be returned
+ * @param n the number of wiki pages to be returned
142
* @param missionStatus the status of the missions
143
* @param rocketStatus the status of the rockets
144
* @throws IllegalArgumentException if n is less than or equal to 0, or missionStatus or rocketStatus is null
0 commit comments