-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Fix typos #2098
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 typos #2098
Conversation
@@ -428,19 +428,19 @@ fun main() = runBlocking { | |||
supervisorScope { | |||
val child = launch { | |||
try { | |||
println("Child is sleeping") | |||
println("The child is sleeping") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also run ./gradlew knit
to update actual .kt
files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It doesn't work, it says JDK_16 environment variable is not defined.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's really, really sad that I would have to install JDK 1.6 just to have some typos fixed :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If the "Allow modifications from maintainers" checkbox is checked, maybe @qwwdfsad can do it?
Co-authored-by: Louis CAD <[email protected]>
Co-authored-by: Louis CAD <[email protected]>
Thanks. I've run knit and merged manually via f4fb204 Btw, for the purposes of knit you can simply set JDK_16 to JDK_HOME. I'll see if I can patch the code to make it happen automatically. |
Thank you, Roman! |
Co-authored-by: Louis CAD <[email protected]>
No description provided.