Upper case type

This commit is contained in:
Tim Schaub
2021-02-02 13:53:24 -07:00
parent 19bb3f8c88
commit 57e7be0a00

View File

@@ -332,7 +332,7 @@
}
/**
* @typedef {Object} xmleqlOptions
* @typedef {Object} XMLEqlOptions
* @property {boolean} [includeWhiteSpace]
* @property {boolean} [ignoreElementOrder]
*/
@@ -340,7 +340,7 @@
/**
* Checks if the XML document sort of equals another XML document.
* @param {Object} obj The other object.
* @param {xmleqlOptions} [options] The options.
* @param {XMLEqlOptions} [options] The options.
* @return {expect.Assertion} The assertion.
*/
expect.Assertion.prototype.xmleql = function (obj, options) {