Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayiga committed Sep 30, 2024
1 parent d3f91f2 commit 2eb46dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions node-metrics/src/api/node_validator/v0/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ impl ProcessProduceLeafStreamTask {
{
// We want to try and ensure that we are connected to the HotShot Query
// Service, and are consuming leaves.
// - If we are able to connect, then we can start relaying Leafs into
// - If we are able to connect, then we can start relaying Leaves into
// the leaf sender. If we are unable
// - If we are not able to connect, then we should sleep, and retry
// until we are able to reconnect. Each failure **should** make some
Expand All @@ -582,8 +582,8 @@ impl ProcessProduceLeafStreamTask {
}
}

/// [retrieve_leaf_stream] attempts to retrieve the Stream of Leafs from the
/// given [LeafStreamRetriever].
/// [retrieve_leaf_stream] attempts to retrieve the Stream of Leaves from
/// the given [LeafStreamRetriever].
///
/// This function will loop on failure until it is able to retrieve the
/// [Stream]. This does mean that it could potentially get in a state
Expand Down

0 comments on commit 2eb46dc

Please sign in to comment.