We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88ffc2 commit bf0638cCopy full SHA for bf0638c
index.html
@@ -83,7 +83,7 @@ <h2>カスタムモード</h2>
83
"wordsToWrite"
84
).innerHTML = `要求文字数: ${needWordCount}字`;
85
86
- let wordsPerHour = Math.round(targetWordCount - offsetWordCount / differenceInHours);
+ let wordsPerHour = Math.round((targetWordCount - offsetWordCount) / differenceInHours);
87
document.getElementById(
88
"wordsPerHour"
89
).innerHTML = `時速: ${wordsPerHour}字`;
0 commit comments