Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removing a duplicate paragraph in comments and in the readme #26

Merged
merged 1 commit into from
Dec 4, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,10 +116,6 @@ where
/// new messages from the Cluster are available. The Replica will not poll
/// for messages from the Cluster unless notified through recv_msg.
///
/// recv_msg is a channel on which the user must notify the Replica whenever
/// new messages from the Cluster are available. The Replica will not poll
/// for messages from the Cluster unless notified through recv_msg.
///
/// recv_transition is a channel on which the user must notify the Replica
/// whenever new transitions to be processed for the StateMachine are
/// available. The Replica will not poll for pending transitions for the
Expand Down
4 changes: 0 additions & 4 deletions little_raft/src/replica.rs
Original file line number Diff line number Diff line change
Expand Up @@ -163,10 +163,6 @@ where
/// new messages from the Cluster are available. The Replica will not poll
/// for messages from the Cluster unless notified through recv_msg.
///
/// recv_msg is a channel on which the user must notify the Replica whenever
/// new messages from the Cluster are available. The Replica will not poll
/// for messages from the Cluster unless notified through recv_msg.
///
/// recv_transition is a channel on which the user must notify the Replica
/// whenever new transitions to be processed for the StateMachine are
/// available. The Replica will not poll for pending transitions for the
Expand Down