[poincare] Decimal: fix typo

This commit is contained in:
Émilie Feral
2018-08-09 10:51:44 +02:00
parent 261f2e8042
commit 87691157b3

View File

@@ -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 */