docs(ngMock): correct verifyNoOutstandingExpectation example

This commit is contained in:
Mark Striemer
2013-07-04 15:03:13 -05:00
committed by Pawel Kozlowski
parent 403008816c
commit 8a63dc3151

View File

@@ -1245,7 +1245,7 @@ function createHttpBackendMock($delegate, $browser) {
* "afterEach" clause.
*
* <pre>
* afterEach($httpBackend.verifyExpectations);
* afterEach($httpBackend.verifyNoOutstandingExpectation);
* </pre>
*/
$httpBackend.verifyNoOutstandingExpectation = function() {