diff --git a/kotlin-native/runtime/src/main/kotlin/kotlin/native/concurrent/WorkerBoundReference.kt b/kotlin-native/runtime/src/main/kotlin/kotlin/native/concurrent/WorkerBoundReference.kt index 16e6e23a982..7ac382a321f 100644 --- a/kotlin-native/runtime/src/main/kotlin/kotlin/native/concurrent/WorkerBoundReference.kt +++ b/kotlin-native/runtime/src/main/kotlin/kotlin/native/concurrent/WorkerBoundReference.kt @@ -23,7 +23,7 @@ external private fun describeWorkerBoundReference(ref: NativePtr): String * the worker [WorkerBoundReference] was created on, unless the referred object is frozen too. * * Note: Garbage collector currently cannot free any reference cycles with frozen [WorkerBoundReference] in them. - * To resolve such cycles consider using [AtomicReference] which can be explicitly + * To resolve such cycles consider using [AtomicReference]`` which can be explicitly * nulled out. */ @NoReorderFields