Skip to content
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

Rename FractionalSecondDigits to SubsecondDigits #6139

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

Manishearth
Copy link
Member

Also renames the enum variants, happy to undo if requested

Fixes #6118

components/datetime/src/options/mod.rs Outdated Show resolved Hide resolved
/// Two fractional digits (hundredths of a second).
F2 = 2,
S2 = 2,
/// Three fractional digits (thousandths of a second).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
/// Three fractional digits (thousandths of a second).
/// Three fractional digits (milliseconds).

components/datetime/src/options/mod.rs Outdated Show resolved Hide resolved
components/datetime/src/options/mod.rs Outdated Show resolved Hide resolved
@sffc
Copy link
Member

sffc commented Feb 17, 2025

I wish to review this; please don't merge before I am able to post a review

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Rename FractionalSecondDigits to SubsecondDigits
3 participants