From 14311e77c279682c46f2c4bcd6689edbde675cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xavi=20Arias=20Segu=C3=AD?= <876579+xaviarias@users.noreply.github.com> Date: Wed, 14 Nov 2018 11:04:24 +0000 Subject: [PATCH] Fix typo in Kotlin doc for contract method Fix the typo in "Specifies the contact of a function." --- libraries/stdlib/src/kotlin/contracts/ContractBuilder.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/stdlib/src/kotlin/contracts/ContractBuilder.kt b/libraries/stdlib/src/kotlin/contracts/ContractBuilder.kt index 9ea13cda686..fdefcebeff4 100644 --- a/libraries/stdlib/src/kotlin/contracts/ContractBuilder.kt +++ b/libraries/stdlib/src/kotlin/contracts/ContractBuilder.kt @@ -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. *