From 826dcf0f86d0ddfac4f7963b59ea118f3e0aaa81 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Tue, 28 Feb 2023 22:47:04 +0800 Subject: [PATCH] Revised the documentation of the JavaScript for the summary helper. --- src/accounting/static/js/summary-helper.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/static/js/summary-helper.js b/src/accounting/static/js/summary-helper.js index 4e6dfcb..3845db0 100644 --- a/src/accounting/static/js/summary-helper.js +++ b/src/accounting/static/js/summary-helper.js @@ -33,7 +33,7 @@ document.addEventListener("DOMContentLoaded", function () { class SummaryHelper { /** - * The entry type + * The entry type, either "debit" or "credit" * @type {string} */ #entryType;