From 9c55c0307db257f42dc1584c85caa9c399493472 Mon Sep 17 00:00:00 2001 From: th4s Date: Wed, 17 Jan 2024 14:07:25 +0100 Subject: [PATCH] Improve comments 2/2 Adhere to new wording for OT. Co-authored-by: dan --- ot/mpz-ot/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot/mpz-ot/src/lib.rs b/ot/mpz-ot/src/lib.rs index fa0131d8..8ff88faf 100644 --- a/ot/mpz-ot/src/lib.rs +++ b/ot/mpz-ot/src/lib.rs @@ -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 + Send + Unpin, St: IoStream + Send + Unpin,