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

Fix description of samp and add strike tag #184

Merged
merged 2 commits into from Jan 11, 2024
Merged

Conversation

MarcinAman
Copy link
Contributor

No description provided.

@@ -53,7 +53,7 @@ fun humanizeJoin(parts: Iterable<String>, separator: String): String {
filteredParts.add(cutPart)
}

return filteredParts.joinToString(separator = separator, transform = String::capitalize) + trailingParts.joinToString("", transform = String::capitalize)
return filteredParts.joinToString(separator = separator) { it.capitalize() } + trailingParts.joinToString("") { it.capitalize() }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This change was made since generation fails with exception:

* What went wrong:
Execution failed for task ':generate'.
> 'void kotlin.jvm.internal.FunctionReferenceImpl.<init>(int, java.lang.Class, java.lang.String, java.lang.String, int)'

@spand
Copy link

spand commented Oct 6, 2021

strike is deprecated. Use s instead: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/strike

@e5l e5l self-assigned this Jan 11, 2024
Copy link
Member

@e5l e5l left a comment

Choose a reason for hiding this comment

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

Hey @MarcinAman, thanks for the PR.

Sorry for the long delay!
I've rebased the PR, fixed the tag name, and minor stuff.

LGTM

@e5l e5l merged commit b9858f0 into Kotlin:master Jan 11, 2024
1 check passed
e5l pushed a commit that referenced this pull request Jan 12, 2024
Follow-up of Kotlin update in:
- #184
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.

None yet

3 participants