Skip to content

Commit 8b7408a

Browse files
committed
Fix missing link on quote in README
1 parent 7d3b71f commit 8b7408a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,12 @@ This library was created in Oct 2017. The JetBrains team introduced `kotlin.Resu
190190
1.3 of the language in Oct 2018 as an experimental feature. Initially, it was limited to internal use only as it was
191191
"intended to be used by compiler generated code only - namely coroutines".
192192

193-
Less than one week after stating that "we do not encourage use of kotlin.Result", the JetBrains team announced that they
194-
["will allow returning kotlin.Result from functions"][stdlib-result-return-type-lifted]. This came at the time when they
195-
were considering guiding users towards contextual receivers to replace the Result paradigm. In later years, the context
196-
receivers experiment was superseded by the more recent context parameters, which are still in an experimental state.
193+
Less than one week after stating that ["we do not encourage use of kotlin.Result"][stdlib-result-half-baked], the
194+
JetBrains team announced that
195+
they ["will allow returning kotlin.Result from functions"][stdlib-result-return-type-lifted]. This came at the time when
196+
they were considering guiding users towards contextual receivers to replace the Result paradigm. In later years, the
197+
context receivers experiment was superseded by the more recent context parameters, which are still in an experimental
198+
state.
197199

198200
Michail Zarečenskij, the Lead Language Designer for Kotlin, announced at KotlinConf 2025 the development of
199201
["Rich Errors in Kotlin"](https://2025.kotlinconf.com/talks/762779/), providing yet another potential solution for error

0 commit comments

Comments
 (0)