File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -525,10 +525,10 @@ when the result is valid Dart syntax.
525525### Identifiers and resolution
526526
527527The classic problem in macro systems since they were first invented in Lisp and
528- Scheme in the 70s how identifiers are resolved. Because this proposal does not
529- allow local macros, macros that generate new syntax, or macro applications
530- inside local block scopes, the problems around scoping are somewhat reduced.
531- But challenges still remain.
528+ Scheme in the 70s is how identifiers are resolved. Because this proposal does
529+ not allow local macros, macros that generate new syntax, or macro applications
530+ inside local block scopes, the problems around scoping are somewhat reduced. But
531+ challenges still remain.
532532
533533#### Referring to generated declarations
534534
You can’t perform that action at this time.
0 commit comments