Skip to content

Commit 93f071c

Browse files
Update README.md (#266)
1 parent 204ca44 commit 93f071c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class AwesomeServiceImpl(
4444
}
4545

4646
override suspend fun daysUntilStableRelese(): Int {
47-
retuen if (parameters.stable) 0 else {
47+
return if (parameters.stable) 0 else {
4848
parameters.daysUntilStable ?: error("Who says it will be stable?")
4949
}
5050
}

0 commit comments

Comments
 (0)