From ba4a8d1d0098a7fafe2451043afc551c0e2a5d43 Mon Sep 17 00:00:00 2001 From: Steve Gravrock Date: Tue, 10 Sep 2019 11:23:11 -0700 Subject: [PATCH] Fixed jsdocs --- src/core/base.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/core/base.js b/src/core/base.js index b962e129..3a2a097d 100644 --- a/src/core/base.js +++ b/src/core/base.js @@ -288,7 +288,7 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) { * that will succeed if every key/value pair in the sample passes the deep equality comparison * with at least one key/value pair in the actual value being compared * @name jasmine.mapContaining - * @since + * @since 3.5.0 * @function * @param {Map} sample - The subset of items that _must_ be in the actual. */ @@ -300,8 +300,8 @@ getJasmineRequireObj().base = function(j$, jasmineGlobal) { * Get a matcher, usable in any {@link matchers|matcher} that uses Jasmine's equality (e.g. {@link matchers#toEqual|toEqual}, {@link matchers#toContain|toContain}, or {@link matchers#toHaveBeenCalledWith|toHaveBeenCalledWith}), * that will succeed if every item in the sample passes the deep equality comparison * with at least one item in the actual value being compared - * @name jasmine.mapContaining - * @since + * @name jasmine.setContaining + * @since 3.5.0 * @function * @param {Set} sample - The subset of items that _must_ be in the actual. */