aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/content/error/parse/lexerr.ngdoc6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/content/error/parse/lexerr.ngdoc b/docs/content/error/parse/lexerr.ngdoc
index f03cb93b..2a40d939 100644
--- a/docs/content/error/parse/lexerr.ngdoc
+++ b/docs/content/error/parse/lexerr.ngdoc
@@ -2,3 +2,9 @@
@name $parse:lexerr
@fullName Lexer Error
@description
+
+Occurs when an expression has a lexical error, for example a malformed number (0.5e-) or an invalid unicode escape.
+
+The error message contains a more precise error.
+
+To resolve, learn more about {@link guide/expression Angular expressions}, identify the error and fix the expression's syntax.