Index: pkg/js_ast/lib/src/builder.dart |
diff --git a/pkg/js_ast/lib/src/builder.dart b/pkg/js_ast/lib/src/builder.dart |
index ff294470abe5f45ce57f93b01a0bd5024a977eed..dfebe7a993bfaf86ed79d0ba5c5e1ec3b8370b5c 100644 |
--- a/pkg/js_ast/lib/src/builder.dart |
+++ b/pkg/js_ast/lib/src/builder.dart |
@@ -568,7 +568,7 @@ class MiniJsParserError { |
/// * brackets. |
/// * var declarations. |
/// * operator precedence. |
-/// * anonymous funtions and named function expressions and declarations. |
+/// * anonymous functions and named function expressions and declarations. |
/// Notable things it can't do yet include: |
/// * some statements are still missing (do-while, while, switch). |
/// |