-
-
Notifications
You must be signed in to change notification settings - Fork 748
Fix some comments from #5902 #6095
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
|
Thanks for your pull request, @joakim-noah! Bugzilla referencesYour PR doesn't reference any Bugzilla issue. If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog. |
| data into a single file called tzdata and stores it in the directory | ||
| below. | ||
| +/ | ||
| enum defaultTZDatabaseDir = ""; |
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.
First StdDdoc comment I've written, not sure if I need to put this blank enum here.
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.
You do. You can't document a symbol that isn't there.
| assert(bufferSize < Element.sizeof); | ||
|
|
||
| // Check if we don't fill up a whole block buffer. | ||
| // Check if the incoming data doesn't fill up a whole block buffer. |
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.
@MetaLang, this is for you.
|
Used the |
No description provided.