Skip to content

Commit 80072c1

Browse files
authored
Update feature-specification.md (#3425)
Fix a typo. --- <details> <summary>Contribution guidelines:</summary><br> - See our [contributor guide](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md) for general expectations for PRs. - Larger or significant changes should be discussed in an issue before creating a PR. - Contributions to our repos should follow the [Dart style guide](https://dart.dev/guides/language/effective-dart) and use `dart format`. - Most changes should add an entry to the changelog and may need to [rev the pubspec package version](https://github.com/dart-lang/sdk/wiki/External-Package-Maintenance#making-a-change). - Changes to packages require [corresponding tests](https://github.com/dart-lang/.github/blob/main/CONTRIBUTING.md#Testing). Note that many Dart repos have a weekly cadence for reviewing PRs - please allow for some latency before initial review feedback. </details>
1 parent 1a45dd2 commit 80072c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

working/macros/feature-specification.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ user can *control* that order. We use syntactic order to control application
252252
order of macros:
253253

254254
* **Macros are applied to inner declarations before outer ones.** Macros
255-
applied to members are applied before members on the surrounding type.
255+
applied to members are applied before macros on the surrounding type.
256256
Macros on top-level declarations are applied before macros on the main
257257
`library` directive.
258258

0 commit comments

Comments
 (0)