Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
srinathsetty committed Jan 28, 2025
1 parent 7f9e5dd commit d7d165c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nova/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ where
/// # use nova_snark::provider::ipa_pc::EvaluationEngine;
/// # use nova_snark::provider::{PallasEngine, VestaEngine};
/// # use nova_snark::traits::{circuit::TrivialCircuit, Engine, snark::RelaxedR1CSSNARKTrait};
/// use nova_snark::PublicParams;
/// # use nova_snark::nova::PublicParams;
///
/// type E1 = PallasEngine;
/// type E2 = VestaEngine;
Expand Down

0 comments on commit d7d165c

Please sign in to comment.