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

Commit 3ddf2f6

Browse files
geoffreybauduinNarretz
authored andcommitted
docs($exceptionHandler): add missing end bracket in example
PR (#14756)
1 parent 9f68b0e commit 3ddf2f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/exceptionHandler.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
* logErrorsToBackend(exception, cause);
2828
* $log.warn(exception, cause);
2929
* };
30-
* });
30+
* }]);
3131
* ```
3232
*
3333
* <hr />

0 commit comments

Comments
 (0)