Skip to content

Commit 9d1f950

Browse files
committed
Change code comment by review
1 parent 442c7cb commit 9d1f950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/terminal.jax

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1278,7 +1278,7 @@ gdb の起動方法によっては、termdebug の起動時間が異なる場合
12781278
gdb の起動プロセスに時間が掛かりすぎる場合に termdebug が停止しないように、設
12791279
定可能なタイムアウトが含まれています。このタイムアウトは、10 ミリ秒の倍数で設
12801280
定できます: >
1281-
let g:termdebug_config['timeout'] = 500 # 500 * 10ms = 5 seconds.
1281+
let g:termdebug_config['timeout'] = 500 # 500 * 10 ミリ秒 = 5 秒。
12821282
12831283
デフォルトのタイムアウトは 3000 ミリ秒です。
12841284
*:TermdebugCommand*

0 commit comments

Comments
 (0)