diff options
Diffstat (limited to 'src/main/kotlin/me/bush/eventbuskotlin/Util.kt')
-rw-r--r-- | src/main/kotlin/me/bush/eventbuskotlin/Util.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/me/bush/eventbuskotlin/Util.kt b/src/main/kotlin/me/bush/eventbuskotlin/Util.kt index edad824..f576f4c 100644 --- a/src/main/kotlin/me/bush/eventbuskotlin/Util.kt +++ b/src/main/kotlin/me/bush/eventbuskotlin/Util.kt @@ -72,6 +72,6 @@ internal fun getListeners(subscriber: Any, config: Config) = runCatching { /** * An annotation that must be used to identify listeners if [Config.annotationRequired] is `true`. * - * [Information and examples](https://github.com/therealbush/eventbus-kotlin#tododothething) + * [Information and examples](https://github.com/therealbush/eventbus-kotlin#annotationRequired) */ annotation class EventListener |