Typo in comment

This commit is contained in:
Léa Saviot
2019-01-03 16:19:48 +01:00
parent 8a2bdb4c42
commit 271e22628b

View File

@@ -166,7 +166,7 @@ bool Calculation::shouldOnlyDisplayExactOutput() {
/* If the approximateOutput is undef, we not not want to display it.
* This prevents:
* x->f(x) from displaying x = undef
* x+x form displaying 2x = undef */
* x+x from displaying 2x = undef */
return strcmp(m_approximateOutputText, Undefined::Name()) == 0;
}