diff --git a/protocols/v2/subprotocols/mining/src/set_group_channel.rs b/protocols/v2/subprotocols/mining/src/set_group_channel.rs index 1cbe94ad49..e07bb94e04 100644 --- a/protocols/v2/subprotocols/mining/src/set_group_channel.rs +++ b/protocols/v2/subprotocols/mining/src/set_group_channel.rs @@ -6,7 +6,7 @@ use binary_sv2::{Deserialize, Seq064K, Serialize}; #[cfg(not(feature = "with_serde"))] use core::convert::TryInto; -/// Message used by upstream to associates a set of Standard Channel(s) to a Group Channel. +/// Message used by upstream to associate a set of Standard Channel(s) to a Group Channel. /// /// A channel becomes a group channel when it is used by this message as /// [`SetGroupChannel::group_channel_id`].