-
Notifications
You must be signed in to change notification settings - Fork 29.2k
Fix typos #121171
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
Fix typos #121171
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM and thank you so much!
How did you identify these spelling errors? Did you use any kind of automated tool?
dev/benchmarks/macrobenchmarks/lib/src/animated_complex_opacity.dart
Outdated
Show resolved
Hide resolved
Looks like it is failing some checks, though. Can you take a look and make sure that none of the spelling errors were load-barring? :) |
Sorry, I'm not sure which change is causing CI to fail 🤔.
This was a trial run for a CLI I made that helps find and fix typos :) |
Looks like the failures are actually caused by an infra issue: #121242 Our infra team is investigating. When you get a chance, can you resolve the merge conflict, though? Thanks! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
auto label is removed for flutter/flutter, pr: 121171, due to - The status or check suite Linux web_tool_tests has failed. Please fix the issues identified (or deflake) before re-applying this label.
|
// TODO(alangardner): Implement slerp for constant rotation | ||
// TODO(alangardner): Implement lerp for constant rotation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Lioness100 @goderbauer Not sure, but this could be a mistake, since slerp
is a common shorthand for "spherical linear interpolation", which is used when linearly interpolating quaternions. See https://en.wikipedia.org/wiki/Slerp
This PR fixes some typos throughout the repo. I didn't change
maxDescendentsTruncatableNode
, since it looks public, but I think it should bemaxDescendantsTruncatableNode
?Pre-launch Checklist
///
).