Skip to content

Commit 24c942b

Browse files
committed
Fix typo in README example
1 parent 76585a5 commit 24c942b

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
@@ -101,7 +101,7 @@ An alternative that supports coroutines may be added in a future version of the
101101
Finally, you can attach a `cause` exception to logs:
102102

103103
```kotlin
104-
fun example( {
104+
fun example() {
105105
try {
106106
callExternalService()
107107
} catch (e: Exception) {

0 commit comments

Comments
 (0)