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 too many the and it on some comments #4200

Merged
merged 2 commits into from
Jul 30, 2024

Conversation

ParkJong-Hun
Copy link
Contributor

I think that the double use of the and it in this part in English is grammatically incorrect, except for the intentional emphasis.
And, it doesn't seems to be something that needed to be emphasized.
So, I didn't think it was an intentional mistake, so I fixed it.

@@ -90,7 +90,7 @@ public fun <T> Flow<T>.publishOn(context: CoroutineContext): Flow<T> = noImpl()
* }
* }
* ```
* Opposed to subscribeOn, it it **possible** to use multiple `flowOn` operators in the one flow
* Opposed to subscribeOn, it **possible** to use multiple `flowOn` operators in the one flow
Copy link
Collaborator

Choose a reason for hiding this comment

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

Probably what was meant is, "it is."

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks! you're right

@dkhalanskyjb dkhalanskyjb merged commit 5ce2c90 into Kotlin:develop Jul 30, 2024
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