This commit is contained in:
Léa Saviot
2018-11-05 13:46:01 +01:00
committed by Émilie Feral
parent be195ce70e
commit bd52162b10

View File

@@ -46,7 +46,7 @@ Poincare::Expression GlobalContext::ExpressionFromFunctionRecord(Ion::Storage::R
return Expression();
}
/* An function record value has metadata before the expression. To get the
* expression, use the funciton record handle. */
* expression, use the function record handle. */
StorageCartesianFunction f = StorageCartesianFunction(record);
return f.expressionWithSymbol();
}