Skip to content

Commit f4683e9

Browse files
committed
Fix kdoc
1 parent 798a9c4 commit f4683e9

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/event/listener

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/event/listener/Listener.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import com.lambda.module.Module
2525
*
2626
* @property priority The priority of the [Listener]. [Listener]s with higher [priority] are executed first.
2727
* @property owner The owner of the [Listener]. This is typically the object that created the [Listener].
28-
* @property alwaysListen If true, the [Listener] will always be triggered, even if the [owner] is not enabled.
28+
* @property alwaysListen If true, the [Listener] will always be triggered, even if the [owner] is [Muteable.isMuted].
2929
*/
3030
abstract class Listener : Comparable<Listener> {
3131
abstract val priority: Int

0 commit comments

Comments
 (0)