Skip to content

Commit

Permalink
chore: fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpwang committed Nov 13, 2023
1 parent 54ac13e commit 6173658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2-base/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ pub struct ContextCell {
}

impl ContextCell {
/// Creates a new [ContextCell] with the given `type_name`, `context_id`, and `offset`.
/// Creates a new [ContextCell] with the given `type_id`, `context_id`, and `offset`.
pub fn new(type_id: &'static str, context_id: usize, offset: usize) -> Self {
Self { type_id, context_id, offset }
}
Expand Down

0 comments on commit 6173658

Please sign in to comment.