Fix typo in Kotlin doc for contract method
Fix the typo in "Specifies the contact of a function."
This commit is contained in:
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.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user