Commit d6a7d05a authored by Phil Quitslund's avatar Phil Quitslund Committed by GitHub

Fix typo in Calculator demo. (#12688)

parent fe788c5b
......@@ -36,7 +36,7 @@ class _CalculatorState extends State<Calculator> {
}
}
/// Set `resultExpression` to the currrent expression and clear the stack.
/// Set `resultExpression` to the current expression and clear the stack.
void setResult(CalcExpression resultExpression) {
_expressionStack.clear();
_expression = resultExpression;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment