Skip to content

Fix wrong parameter names in CollatorOptions #386

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

Merged
merged 1 commit into from
Oct 28, 2019

Conversation

exoego
Copy link
Contributor

@exoego exoego commented Oct 26, 2019

val sensivity: js.UndefOr[String]
val ignore­Punctua­tion: js.UndefOr[Boolean]
val sensitivity: js.UndefOr[String]
val ignorePunctuation: js.UndefOr[Boolean]
Copy link
Contributor Author

@exoego exoego Oct 26, 2019

Choose a reason for hiding this comment

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

This is weird.
Before this change, ignore­-Punctua­-tion was shown on my Intellij IDEA, so I fixed it to ignorePunctuation.
GitHub recognizes the change, but - is not shown here.

@sjrd sjrd merged commit 19fa553 into scala-js:master Oct 28, 2019
@exoego exoego deleted the collator-options branch October 28, 2019 09:54
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.

2 participants