Skip to content

Commit

Permalink
Update src/entities/fractions/fraction.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Shuhui Luo <[email protected]>
  • Loading branch information
malik672 and shuhuiluo authored Apr 27, 2024
1 parent 8397c17 commit 8b286f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/fractions/fraction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub trait FractionBase<M>: Sized {
/// Accessor method for retrieving metadata
fn meta(&self) -> M;

/// Accessor method for retrieving metadata
/// Accessor method for retrieving the numerator
fn numerator(&self) -> BigInt;

/// Accessor method for retrieving the denominator
Expand Down

0 comments on commit 8b286f1

Please sign in to comment.