Skip to content

Commit c4c05c3

Browse files
Rob Cullitonjamesdaily
Rob Culliton
authored andcommitted
docs(mocks): fix syntax error in example
Closes angular#4183
1 parent d6eedc4 commit c4c05c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ngMock/angular-mocks.js

+1-1
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)