diff options
Diffstat (limited to 'src/ngMock')
| -rw-r--r-- | src/ngMock/angular-mocks.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js index ef1833e2..cf7707f2 100644 --- a/src/ngMock/angular-mocks.js +++ b/src/ngMock/angular-mocks.js @@ -578,7 +578,7 @@ angular.mock.$LogProvider = function() { * This method is also available on window, where it can be used to display objects on debug console. * * @param {*} object - any object to turn into string. - * @return a serialized string of the argument + * @return {string} a serialized string of the argument */ angular.mock.dump = function(object) { return serialize(object); |
