From 8d0134e0fdede539cf8ab89ef0ce794f1d41f9dc Mon Sep 17 00:00:00 2001 From: wangweiwei Date: Tue, 10 May 2022 00:05:53 +0800 Subject: [PATCH] fix comment error (#25087) fix comment error --- entry/src/entry.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entry/src/entry.rs b/entry/src/entry.rs index f74b1e35a1..e72247ac5d 100644 --- a/entry/src/entry.rs +++ b/entry/src/entry.rs @@ -112,7 +112,7 @@ pub struct Api<'a> { /// of hashing `hash` from the previous entry `num_hashes` times. The `transactions` /// field points to Transactions that took place shortly before `hash` was generated. /// -/// If you divide `num_hashes` by the amount of time it takes to generate a new hash, you +/// If you multiply `num_hashes` by the amount of time it takes to generate a new hash, you /// get a duration estimate since the last Entry. Since processing power increases /// over time, one should expect the duration `num_hashes` represents to decrease proportionally. /// An upper bound on Duration can be estimated by assuming each hash was generated by the