Skip to content

Commit eab0c6c

Browse files
author
Kuniwak
committed
Add a missing doc
1 parent 4c21988 commit eab0c6c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

public/stage5/tests.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,10 @@ describe('ステージ5(意図通りに非同期処理を利用できる)',
296296
}
297297

298298
/**
299-
* 指定された言語でもっともスターが多いプロダクトを返す
299+
* 指定された言語でもっともスターが多いリポジトリ名を返す
300300
* @param {string} lang 言語名。
301-
* @return {Thenable<string>}
301+
* @return {Thenable<string>} もっともスター数が多いリポジトリ名をもつ
302+
* promise。
302303
*/
303304
function searchMostPoluarRepoByLanguage(lang) {
304305
var queryString = buildQueryString({

0 commit comments

Comments
 (0)