From 07318fba37d72ac44ca90ee05d5e6834c642ff42 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Fri, 30 Aug 2019 12:14:19 -0500 Subject: [PATCH] docs change --- src/core/requireInterface.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/requireInterface.js b/src/core/requireInterface.js index 091bb7a0..f8f15ac6 100644 --- a/src/core/requireInterface.js +++ b/src/core/requireInterface.js @@ -306,7 +306,7 @@ getJasmineRequireObj().interface = function(jasmine, env) { * Add custom async matchers for the current scope of specs. * * _Note:_ This is only callable from within a {@link beforeEach}, {@link it}, or {@link beforeAll}. - * @name jasmine.addMatchers + * @name jasmine.addAsyncMatchers * @since 3.5.0 * @function * @param {Object} matchers - Keys from this object will be the new async matcher names.