Minor: code formatting in Unit docs

This commit is contained in:
Ilya Gorbunov
2018-10-18 23:57:13 +03:00
parent ac5eeb885f
commit 3aff7112e0
+1 -1
View File
@@ -17,7 +17,7 @@
package kotlin
/**
* The type with only one value: the Unit object. This type corresponds to the `void` type in Java.
* The type with only one value: the `Unit` object. This type corresponds to the `void` type in Java.
*/
public object Unit {
override fun toString() = "kotlin.Unit"