Fixed the documentation of the #side property of the JavaScript JournalEntryEditor class.

This commit is contained in:
依瑪貓 2023-03-13 17:54:56 +08:00
parent 2013f8cbd9
commit fe87c3a7de

View File

@ -848,7 +848,7 @@ class JournalEntryEditor {
#entry; #entry;
/** /**
* The debit or credit entry side sub-form, when adding a new entry * The debit or credit entry side sub-form
* @type {DebitCreditSideSubForm} * @type {DebitCreditSideSubForm}
*/ */
#side; #side;