mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-19 05:40:38 +01:00
Fix typo
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user