We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 204ca44 commit 93f071cCopy full SHA for 93f071c
README.md
@@ -44,7 +44,7 @@ class AwesomeServiceImpl(
44
}
45
46
override suspend fun daysUntilStableRelese(): Int {
47
- retuen if (parameters.stable) 0 else {
+ return if (parameters.stable) 0 else {
48
parameters.daysUntilStable ?: error("Who says it will be stable?")
49
50
0 commit comments