-
-
Notifications
You must be signed in to change notification settings - Fork 206
General code cleanups. #77
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
Conversation
Please review before merging :-) |
@@ -58,11 +58,11 @@ part 'src/utils/parse_utils.dart'; | |||
|
|||
class Parse { | |||
ParseCoreData data; | |||
bool _hasBeenInitialised = false; | |||
bool _hasBeenInitialized = false; |
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.
This is American English vs British - I'm happy either way to be fair.
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.
Spelling isn't my strongest point, so thank you! (Although there's a few instances of American vs British English)
I appreciate your work.
Thanks :-) I choose American English because my editor defaults to this variant of the language. And some functions like Parse().initialize were already in American English :-) |
General code cleanups.
Some minor bugs fixed and some spellings corrected.