Skip to content

Commit 1bedefa

Browse files
committed
Fix typo in macros proposal.
1 parent bbbdc02 commit 1bedefa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

working/macros/feature-specification.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,10 +525,10 @@ when the result is valid Dart syntax.
525525
### Identifiers and resolution
526526

527527
The 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

0 commit comments

Comments
 (0)