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

Commit b3da880

Browse files
daviskohNarretz
authored andcommitted
docs($parse): fix typo in error message description
Closes #13409
1 parent 6454f51 commit b3da880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/parse.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1069,7 +1069,7 @@ ASTCompiler.prototype = {
10691069
right = this.nextId();
10701070
left = {};
10711071
if (!isAssignable(ast.left)) {
1072-
throw $parseMinErr('lval', 'Trying to assing a value to a non l-value');
1072+
throw $parseMinErr('lval', 'Trying to assign a value to a non l-value');
10731073
}
10741074
this.recurse(ast.left, undefined, left, function() {
10751075
self.if_(self.notNull(left.context), function() {

0 commit comments

Comments
 (0)