Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Update node/overseer/overseer-gen/proc-macro/src/impl_builder.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Vsevolod Stakhov <[email protected]>
  • Loading branch information
drahnr and vstakhov authored May 5, 2022
1 parent ef1a23d commit 6052932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/overseer/overseer-gen/proc-macro/src/impl_builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ pub(crate) fn impl_builder(info: &OverseerInfo) -> proc_macro2::TokenStream {
self
}

/// Set the interconnecting message channel capacities.
/// Set the interconnecting message channel capacity.
pub fn message_channel_capacity(self, capacity: usize) -> Self
{
self.channel_capacity = Some(capacity);
Expand Down

0 comments on commit 6052932

Please sign in to comment.