mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-18 21:30:38 +01:00
Fix typo
This commit is contained in:
@@ -118,7 +118,7 @@ Expression Function::shallowReduce(Context & context, Preferences::AngleUnit ang
|
||||
}
|
||||
const Expression e = context.expressionForSymbol(*this);
|
||||
if (!e.isUninitialized()) {
|
||||
// We need to replace the unknown witht the child
|
||||
// We need to replace the unknown with the child
|
||||
Expression result = e.clone();
|
||||
Symbol x = Symbol(Symbol::SpecialSymbols::UnknownX);
|
||||
result = result.replaceSymbolWithExpression(x, childAtIndex(0));
|
||||
|
||||
Reference in New Issue
Block a user