Skip to content

Commit 203580f

Browse files
committed
Be more poetic in the documentation
1 parent 1868b82 commit 203580f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kotlinx-coroutines-core/jvm/src/scheduling/WorkQueue.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ internal const val NOTHING_TO_STEAL = -2L
3232
* order to properly claim value from the buffer.
3333
* Moreover, [Task] objects are reusable, so it may seem that this queue is prone to ABA problem.
3434
* Indeed it formally has ABA-problem, but the whole processing logic is written in the way that such ABA is harmless.
35-
* "I have discovered a truly marvelous proof of this, which this margin is too narrow to contain"
35+
* I have discovered a truly marvelous proof of this, which this KDoc is too narrow to contain.
3636
*/
3737
internal class WorkQueue {
3838

0 commit comments

Comments
 (0)