Skip to content

Commit

Permalink
chore: remove redundant words in comment (#882)
Browse files Browse the repository at this point in the history
Signed-off-by: luchenhan <hanluchen@aliyun.com>
  • Loading branch information
luchenhan authored Jan 6, 2025
1 parent 7015026 commit e31e771
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion book/src/sdk/pipeline/signaling.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline driver. The variants of [`StepResult`][step-result] and what they
signal include the following.

- `StepResult::PreparedAttributes` - signals that payload attributes are
ready to be be consumed by the pipeline driver.
ready to be consumed by the pipeline driver.
- `StepResult::AdvancedOrigin` - signals that the pipeline has derived all
payload attributes for the given L1 block, and the origin of the pipeline
was advanced to the next canonical L1 block.
Expand Down
2 changes: 1 addition & 1 deletion crates/executor/src/db/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ where
}
}

/// Consumes `Self` and takes the the current state root of the trie DB.
/// Consumes `Self` and takes the current state root of the trie DB.
pub fn take_root_node(self) -> TrieNode {
self.root_node
}
Expand Down

0 comments on commit e31e771

Please sign in to comment.