Skip to content

Commit

Permalink
fix typo for fn
Browse files Browse the repository at this point in the history
  • Loading branch information
Flemmli97 committed Dec 30, 2024
1 parent 05fc7af commit cb47d84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/warp/raygun.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1244,7 +1244,7 @@ impl RayGunBox {
.await
.map_err(|e| e.into())
}
pub async fn send_community_channel_messsage_event(
pub async fn send_community_channel_message_event(
&mut self,
community_id: String,
channel_id: String,
Expand All @@ -1259,7 +1259,7 @@ impl RayGunBox {
.await
.map_err(|e| e.into())
}
pub async fn cancel_community_channel_messsage_event(
pub async fn cancel_community_channel_message_event(
&mut self,
community_id: String,
channel_id: String,
Expand Down

0 comments on commit cb47d84

Please sign in to comment.