Kotlin / kotlinx.coroutines

Library support for Kotlin coroutines
Apache License 2.0
12.77k stars 1.82k forks source link

Fix documentation of Migration.kt #4105

Closed mikegr closed 1 month ago

mikegr commented 1 month ago

Replacing "SharingStared" with correct "SharingStarted".
Fixing wrong order of parameters in replaceWith of cache() method.