Skip to content

Commit

Permalink
Fix channels docs [skip ci] (#228)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shatur authored Apr 6, 2024
1 parent 70a3bdc commit 93c4a4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/replicon_channels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,12 +117,12 @@ impl RepliconChannels {
&mut self.client[channel_id.into() as usize]
}

/// Returns the number of server channels.
/// Returns registered server channels.
pub fn server_channels(&self) -> &[RepliconChannel] {
&self.server
}

/// Returns the number of client channels.
/// Returns registered client channels.
pub fn client_channels(&self) -> &[RepliconChannel] {
&self.client
}
Expand Down

0 comments on commit 93c4a4c

Please sign in to comment.