Revised the documentation of the JavaScript for the summary helper.

This commit is contained in:
依瑪貓 2023-02-28 22:47:04 +08:00
parent b2411aee74
commit 826dcf0f86

View File

@ -33,7 +33,7 @@ document.addEventListener("DOMContentLoaded", function () {
class SummaryHelper { class SummaryHelper {
/** /**
* The entry type * The entry type, either "debit" or "credit"
* @type {string} * @type {string}
*/ */
#entryType; #entryType;