-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Year abbreviations #13
Labels
Comments
Hey, I personally dislike them: saving one character is not worth reduced readability. However, feel free to send a pull request with a fix. |
sapegin
pushed a commit
that referenced
this issue
Jan 25, 2024
Support using the correct apostrophe style (`’`) for two-digit year abbreviations (e.g. `Summer of ’69`) Ensures that other similar situations involving numbers and apostrophes do not get inadvertently changed. Fixes #13
🎉 This issue has been resolved in version 3.0.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes years are abbreviated by omitting the first two digits, like so;
According to this reference, the correct apostrophe to use for these year abbreviations is
’
. However, using'
, or‘
doesn't currently trigger an error with this rule.The text was updated successfully, but these errors were encountered: