Skip to content

Commit 58c5fdc

Browse files
committed
Missing dot in docs added
1 parent dd3b65a commit 58c5fdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/kotlinx-coroutines-core-common/src/main/kotlin/kotlinx/coroutines/experimental/CancellableContinuation.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ public interface CancellableContinuation<in T> : Continuation<T> {
150150
* Installed [handler] should not throw any exceptions. If it does, they will get caught,
151151
* wrapped into [CompletionHandlerException], and rethrown, potentially causing the crash of unrelated code.
152152
*
153-
* At most one [handler] can be installed on one continuation
153+
* At most one [handler] can be installed on one continuation.
154154
*/
155155
public fun invokeOnCancellation(handler: CompletionHandler)
156156

0 commit comments

Comments
 (0)