diff --git a/src/core/Clock.js b/src/core/Clock.js index 03f9cd33..f80244e0 100644 --- a/src/core/Clock.js +++ b/src/core/Clock.js @@ -66,7 +66,7 @@ getJasmineRequireObj().Clock = function() { * The clock will be {@link Clock#install|install}ed before the function is called and {@link Clock#uninstall|uninstall}ed in a `finally` after the function completes. * @name Clock#withMock * @function - * @param {closure} Function The function to be called. + * @param {Function} closure The function to be called. */ self.withMock = function(closure) { this.install();