Skip to content

Commit 821844c

Browse files
committed
JSDocの一貫性のなさを修正
1 parent 59b88ff commit 821844c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/websocket/updateCodeFile.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export interface UpdateCodeFileOptions {
5555
* @param codeFile 書き換え後のコードファイルの中身
5656
* @param project 書き換えたいページのプロジェクト名(Project urlの設定で使われている方)
5757
* @param title 書き換えたいページのタイトル
58-
* @param options [UpdateCodeFileOptions] その他の設定
58+
* @param options その他の設定
5959
*/
6060
export const updateCodeFile = async (
6161
codeFile: CodeFile,

0 commit comments

Comments
 (0)