Skip to content

Commit bf0638c

Browse files
authored
Update index.html
rewrite
1 parent b88ffc2 commit bf0638c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ <h2>カスタムモード</h2>
8383
"wordsToWrite"
8484
).innerHTML = `要求文字数: ${needWordCount}字`;
8585

86-
let wordsPerHour = Math.round(targetWordCount - offsetWordCount / differenceInHours);
86+
let wordsPerHour = Math.round((targetWordCount - offsetWordCount) / differenceInHours);
8787
document.getElementById(
8888
"wordsPerHour"
8989
).innerHTML = `時速: ${wordsPerHour}字`;

0 commit comments

Comments
 (0)