Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Commit dd2b30b

Browse files
ashelanskyrkirov
authored andcommitted
Correct spelling of "assignment"
1 parent 9a369e3 commit dd2b30b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/change_detection/ast_parser.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class _ExpressionVisitor implements syntax.Visitor {
134134
_notSupported("function's returing functions");
135135
}
136136
void visitAssign(syntax.Assign exp) {
137-
_notSupported('assignement');
137+
_notSupported('assignment');
138138
}
139139
void visitLiteral(syntax.Literal exp) {
140140
_notSupported('literal');

0 commit comments

Comments
 (0)