Update listener.md

This commit is contained in:
Jakob K
2021-04-28 17:23:27 +02:00
committed by GitHub
parent cd5e05c85a
commit 94b7012141

View File

@@ -34,9 +34,9 @@ taskRunLater(20 * 5) {
}
```
### Registering an existing `Listener` instance
### Register an existing `Listener` instance
There is an extension functions which registers a `Listener` instance:
There is an extension function which registers a `Listener` instance:
```kotlin
listenerInstance.register()