Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
TAdev0 committed Jan 12, 2025
1 parent 0040f54 commit d70710e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions corelib/src/circuit.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -489,7 +489,7 @@ impl GetCircuitDescriptorImpl<CES> of GetCircuitDescriptor<CES> {
/// This trait provides methods to add input values to a circuit instance and
/// finalize the input process.
///
/// # Example
/// # Examples
///
/// ```
/// let a = CircuitElement::<CircuitInput<0>> {};
Expand Down Expand Up @@ -579,7 +579,7 @@ impl U384IntoCircuitInputValue of IntoCircuitInputValue<u384> {
/// This trait provides methods to evaluate a circuit with given inputs and modulus.
/// The evaluation can be done with or without an explicit circuit descriptor.
///
/// # Example
/// # Examples
///
/// ```
/// let a = CircuitElement::<CircuitInput<0>> {};
Expand Down Expand Up @@ -635,7 +635,7 @@ pub impl EvalCircuitImpl<C> of EvalCircuitTrait<C> {
/// This trait provides methods to access the output values of a circuit after
/// successful evaluation.
///
/// # Example
/// # Examples
///
/// ```
/// let a = CircuitElement::<CircuitInput<0>> {};
Expand Down

0 comments on commit d70710e

Please sign in to comment.