diff --git a/poincare/src/rational.cpp b/poincare/src/rational.cpp index fb93cbca0..c54576f9c 100644 --- a/poincare/src/rational.cpp +++ b/poincare/src/rational.cpp @@ -134,7 +134,7 @@ Expression RationalNode::shallowBeautify(Context & context, Preferences::AngleUn } Expression RationalNode::denominator(Context & context, Preferences::AngleUnit angleUnit) const { - return Rational(this).shallowBeautify(context, angleUnit); + return Rational(this).denominator(context, angleUnit); } /* Rational */