aboutsummaryrefslogtreecommitdiffstats
path: root/src/ngMock
diff options
context:
space:
mode:
authorRob Culliton2013-09-27 15:37:40 -0400
committerPete Bacon Darwin2013-09-28 20:23:18 +0100
commit1618adfab1bfc3478786798fa55e8a767f52043f (patch)
tree6bbc0d91035e3fe6167340b7ed3ce015456fac9b /src/ngMock
parente2efa230153a416953eebff4b63d86fcbb28d063 (diff)
downloadangular.js-1618adfab1bfc3478786798fa55e8a767f52043f.tar.bz2
docs(mocks): fix syntax error in example
Closes #4183
Diffstat (limited to 'src/ngMock')
-rw-r--r--src/ngMock/angular-mocks.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngMock/angular-mocks.js b/src/ngMock/angular-mocks.js
index cb4ce202..4fef3ee4 100644
--- a/src/ngMock/angular-mocks.js
+++ b/src/ngMock/angular-mocks.js
@@ -1958,7 +1958,7 @@ angular.mock.clearDataCache = function() {
* inject(function(version) {
* expect(version).toEqual('overridden');
* });
- * ));
+ * });
* });
*
* </pre>