Skip to content

Commit

Permalink
Fix doc example import
Browse files Browse the repository at this point in the history
  • Loading branch information
ed255 committed Feb 6, 2024
1 parent 490cd87 commit e2efca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion halo2_common/src/circuit/value.rs
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,7 @@ impl<V> Value<V> {
/// ```
/// # use halo2curves::pasta::pallas::Base as F;
/// use halo2_common::circuit::Value;
/// use crate::plonk::Assigned;
/// use halo2_common::plonk::Assigned;
///
/// let v = Value::known(F::from(2));
/// let v: Value<Assigned<F>> = v.into();
Expand Down

0 comments on commit e2efca5

Please sign in to comment.