From e8e410067738f86d28e335bad2a8404102657a51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BE=9D=E7=91=AA=E8=B2=93?= Date: Fri, 24 Mar 2023 07:31:13 +0800 Subject: [PATCH] Revised the documentation of the JavaScript #isQueryMatches method of the OriginalLineItem class. --- src/accounting/static/js/original-line-item-selector.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/accounting/static/js/original-line-item-selector.js b/src/accounting/static/js/original-line-item-selector.js index aecfe46..664a702 100644 --- a/src/accounting/static/js/original-line-item-selector.js +++ b/src/accounting/static/js/original-line-item-selector.js @@ -357,7 +357,7 @@ class OriginalLineItem { } /** - * Returns whether the original line item matches the query. + * Returns whether the original line item matches the query term. * * @param query {string|null} the query term * @return {boolean} true if the option matches, or false otherwise