docs(ExceptionHandler): Update code example in comment block to correct syntax error. (#10032)

This commit is contained in:
nickraphael 2016-07-14 00:28:08 +10:00 committed by Victor Berchet
parent a46291b67c
commit 5725c5925c
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ class _ArrayLogger {
* }
* }
*
* bootstrap(MyApp, {provide: ExceptionHandler, useClass: MyExceptionHandler}])
* bootstrap(MyApp, [{provide: ExceptionHandler, useClass: MyExceptionHandler}])
*
* ```
* @stable