Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Nashtare committed Jul 22, 2024
1 parent 785e510 commit 5dba3ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm_arithmetization/src/cpu/kernel/ast.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ pub(crate) struct File {

#[derive(Eq, PartialEq, Clone, Debug)]
pub(crate) enum Item {
/// Defines a new macro: name, params, body.
/// Defines a conditional, feature-gated, block of items.
ConditionalBlock(String, Vec<Item>),
/// Defines a new macro: name, params, body.
MacroDef(String, Vec<String>, Vec<Item>),
Expand Down

0 comments on commit 5dba3ea

Please sign in to comment.