-
Notifications
You must be signed in to change notification settings - Fork 717
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grammar mistake #6201
Comments
@bwilkerson |
The source for the Diagnostic Messages page lives in the The The So it sounds like there are probably two places in the same file that need to be updated. |
Resolved by dart-lang/sdk#57093 and dart-lang/sdk@107995f. Thanks all! |
Page URL
https://dart.dev/tools/linter-rules/use_build_context_synchronously.html
Page source
https://github.com/dart-lang/site-www/tree/main/src/content/tools/linter-rules/individual-rules.md
Describe the problem
There's a grammar mistake.
Expected fix
Storing BuildContext for later usage can easily lead to difficult-to-diagnose crashes. Asynchronous gaps are implicitly storing BuildContext and are some of the easiest to overlook when writing code.
"difficult-to-diagnose" should be hyphenated as it is a compound adjective describing "crashes."
Additional context
No response
I would like to fix this problem.
The text was updated successfully, but these errors were encountered: