From 37fdd22419b5f5a1ce4c4ce51d5e0954358ab68d Mon Sep 17 00:00:00 2001 From: Geoffrey Bauduin Date: Mon, 13 Jun 2016 09:23:00 +0200 Subject: [PATCH] docs($exceptionHandler): code snippet syntax is incorrect Missing end bracket --- src/ng/exceptionHandler.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ng/exceptionHandler.js b/src/ng/exceptionHandler.js index 656d82277f1f..70af6d051d61 100644 --- a/src/ng/exceptionHandler.js +++ b/src/ng/exceptionHandler.js @@ -27,7 +27,7 @@ * logErrorsToBackend(exception, cause); * $log.warn(exception, cause); * }; - * }); + * }]); * ``` * *