Revised the documentation of the JavaScript #isQueryMatches method of the OriginalLineItem class.

This commit is contained in:
依瑪貓 2023-03-24 07:31:13 +08:00
parent 6a8773c531
commit e8e4100677

View File

@ -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 * @param query {string|null} the query term
* @return {boolean} true if the option matches, or false otherwise * @return {boolean} true if the option matches, or false otherwise