-
-
Notifications
You must be signed in to change notification settings - Fork 828
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
nits: Fix a whole bunch of typos all over the place #14803
Conversation
// Treats all characters in the ContentElement object as line break opportunities, meaning that a line break will occur afer each character. | ||
// Treats all characters in the ContentElement object as line break opportunities, meaning that a line break will occur after each character. |
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.
Actually this typo is canon:
https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/text/engine/BreakOpportunity.html#ALL
Still I think in a comment, we are free to fix.
b6ef31e
to
3159619
Compare
retunr this._creator; | ||
return this._creator; |
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.
"How did this ever work?!" vibes...
I just happened to stumble upon https://github.com/crate-ci/typos referred to in the egui repo, so...