Skip to content

Commit c638d7e

Browse files
committed
docs(VoiceReceiver): change word
1 parent 606126e commit c638d7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

application/src/main/java/org/togetherjava/tjbot/features/VoiceReceiver.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
public interface VoiceReceiver extends Feature {
2424
/**
2525
* Retrieves the pattern matching the names of channels of which this receiver is interested in
26-
* receiving sent messages from. Called by the core system once during the startup in order to
27-
* register the receiver accordingly.
26+
* receiving events from. Called by the core system once during the startup in order to register
27+
* the receiver accordingly.
2828
* <p>
2929
* Changes on the pattern returned by this method afterwards will not be picked up.
3030
*

0 commit comments

Comments
 (0)