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 cc70c0e commit 858ed40
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 @@ -2,7 +2,7 @@
use crate::prelude::*;
use std::ops::{Add, Deref, Mul, Sub};

/// struct to represent a fraction
/// Struct representing a fraction with metadata
#[derive(Clone, Debug)]
pub struct FractionLike<M> {
numerator: BigInt,
Expand Down

0 comments on commit 858ed40

Please sign in to comment.