Skip to content

Commit c29bd7b

Browse files
authored
chore: remove redundant words in comment (#2063)
Signed-off-by: hanghuge <[email protected]>
1 parent de465fb commit c29bd7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/src/executor/runtime_call.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ impl Inner {
14871487
}
14881488
}
14891489

1490-
// If the the runtime requests the trie root hash of the main trie, we must first
1490+
// If the runtime requests the trie root hash of the main trie, we must first
14911491
// recalculate the trie root hash of every single child trie that has been modified
14921492
// since the previous trie root hash calculation.
14931493
// This is also done if execution is finished, in order for the diff provided as

lib/src/network/kademlia/kbuckets.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
//! identities of the other nodes of the peer-to-peer network.
5353
//!
5454
//! Assuming that all the network identities that exist are distributed uniformly, the k-buckets
55-
//! will hold more network identities that are close to the the local node's network identity, and
55+
//! will hold more network identities that are close to the local node's network identity, and
5656
//! fewer network identities that are far away. In other words, the k-buckets store the neighbors
5757
//! of the local node, and a few far-away nodes.
5858
//!

0 commit comments

Comments
 (0)