Fixed the documentation of the entryType parameter in the constructor of the JavaScript DebitCreditSideSubForm sub-form.

This commit is contained in:
依瑪貓 2023-03-13 20:47:03 +08:00
parent 3826646d06
commit 5bad949cfa

View File

@ -462,7 +462,7 @@ class DebitCreditSideSubForm {
*
* @param currency {CurrencySubForm} the currency sub-form
* @param element {HTMLDivElement} the element
* @param entryType {string} the entry type, either "debit"
* @param entryType {string} the entry type, either "debit" or "credit"
*/
constructor(currency, element, entryType) {
this.currency = currency;