We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 634e07b commit 168cbf6Copy full SHA for 168cbf6
src/voice/gateway/message.rs
@@ -4,7 +4,7 @@
4
5
use crate::{errors::VoiceGatewayError, types::VoiceGatewayReceivePayload};
6
7
-/// Represents a messsage received from the voice websocket connection.
+/// Represents a message received from the voice websocket connection.
8
///
9
/// This will be either a [VoiceGatewayReceivePayload], containing voice gateway events, or a [VoiceGatewayError].
10
0 commit comments