Minor: code formatting in Unit docs
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
package kotlin
|
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 {
|
public object Unit {
|
||||||
override fun toString() = "kotlin.Unit"
|
override fun toString() = "kotlin.Unit"
|
||||||
|
|||||||
Reference in New Issue
Block a user