From 57e7be0a00e34cd1c0264df7bfa4ef4130c40f16 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Tue, 2 Feb 2021 13:53:24 -0700 Subject: [PATCH] Upper case type --- test/test-extensions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-extensions.js b/test/test-extensions.js index e521b011f6..e5751b4ba0 100644 --- a/test/test-extensions.js +++ b/test/test-extensions.js @@ -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) {