From e045f9d0e56b5035225404dca7a44c8e4acb0a1f Mon Sep 17 00:00:00 2001 From: jbesraa Date: Fri, 13 Dec 2024 14:20:15 +0200 Subject: [PATCH] Update protocols/v2/subprotocols/mining/src/set_group_channel.rs Co-authored-by: plebhash <147345153+plebhash@users.noreply.github.com> --- protocols/v2/subprotocols/mining/src/set_group_channel.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`].