Skip to content

Commit

Permalink
Update src/fields/emulated_fp/allocated_field_var.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratyush committed Mar 19, 2024
1 parent 78c4820 commit ae57a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/emulated_fp/allocated_field_var.rs
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ impl<TargetF: PrimeField, BaseF: PrimeField> AllocatedEmulatedFpVar<TargetF, Bas
}

/// Convert a `TargetF` element into limbs (not constraints).
/// This is an utility function intended
/// This is a utility function intended
/// to be reused by a number of other functions.
pub fn get_limbs_representations(
elem: &TargetF,
Expand Down

0 comments on commit ae57a78

Please sign in to comment.