Fix typo in Kotlin doc for contract method

Fix the typo in "Specifies the contact of a function."
This commit is contained in:
Xavi Arias Seguí
2018-11-14 11:04:24 +00:00
committed by Ilya Gorbunov
parent 9b07bbdf56
commit 14311e77c2
@@ -122,7 +122,7 @@ public enum class InvocationKind {
} }
/** /**
* Specifies the contact of a function. * Specifies the contract of a function.
* *
* The contract description must be at the beginning of a function and have at least one effect. * The contract description must be at the beginning of a function and have at least one effect.
* *