mirror of
https://github.com/Microsoft/calculator.git
synced 2025-08-21 05:43:10 -07:00
Update comment in scicomm.cpp (#549)
While reading this part of code I had hard time understanding the comment, especially the misused `serious`. I tried rewording it slightly.
This commit is contained in:
parent
da9f4ea856
commit
841906a4ed
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ void CCalcEngine::ProcessCommandWorker(OpCode wParam)
|
|||
{
|
||||
if (!m_bChangeOp)
|
||||
{
|
||||
// A special goody we are doing to preserve the history, if all was done was serious of unary operations last
|
||||
// Preserve history, if everything done before was a series of unary operations.
|
||||
CheckAndAddLastBinOpToHistory(false);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue