Skip to content

Commit

Permalink
Improve comments 2/2
Browse files Browse the repository at this point in the history
Adhere to new wording for OT.

Co-authored-by: dan <themighty1@users.noreply.github.com>
  • Loading branch information
th4s and themighty1 authored Jan 17, 2024
1 parent bbb4436 commit 9c55c03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ot/mpz-ot/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ where
///
/// * `sink` - The IO sink to the receiver.
/// * `stream` - The IO stream from the receiver.
/// * `count` - The number of random messages to get.
/// * `count` - The number of pairs of random messages to output.
async fn send_random<
Si: IoSink<Self::Msg> + Send + Unpin,
St: IoStream<Self::Msg> + Send + Unpin,
Expand Down

0 comments on commit 9c55c03

Please sign in to comment.