Minor: fix Random companion reference in docs

Random's companion is named 'Default' rather than 'Companion'
This commit is contained in:
Ilya Gorbunov
2018-12-19 22:50:17 +03:00
parent 71729f8e8f
commit 614139755c
+1 -1
View File
@@ -10,7 +10,7 @@ import kotlin.math.nextDown
/**
* An abstract class that is implemented by random number generator algorithms.
*
* The companion object [Random.Companion] is the default instance of [Random].
* The companion object [Random.Default] is the default instance of [Random].
*
* To get a seeded instance of random generator use [Random] function.
*