Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 1618adf

Browse files
Rob Cullitonpetebacondarwin
Rob Culliton
authored andcommitted
docs(mocks): fix syntax error in example
Closes #4183
1 parent e2efa23 commit 1618adf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1958,7 +1958,7 @@ angular.mock.clearDataCache = function() {
19581958
* inject(function(version) {
19591959
* expect(version).toEqual('overridden');
19601960
* });
1961-
* ));
1961+
* });
19621962
* });
19631963
*
19641964
* </pre>

0 commit comments

Comments
 (0)