mirror of
https://github.com/Microsoft/calculator.git
synced 2025-07-16 02:02:51 -07:00
Correct spelling mistakes
This commit is contained in:
parent
07ff1c372f
commit
0197fa41da
7 changed files with 10 additions and 10 deletions
|
@ -509,7 +509,7 @@ namespace CalculatorUnitTests
|
|||
}
|
||||
|
||||
// Switch Calculator Mode and verify if mode switch is happening as expected.
|
||||
// Test precendence to check if mode switch is happening
|
||||
// Test precedence to check if mode switch is happening
|
||||
// Standard mode 1+2*3 = 9; Scientific mode 1+2*3 = 7
|
||||
// Intermediate value is also different. after 1 + 2 * , standard shows 3, scientific shows 2
|
||||
TEST_METHOD(ButtonPressedCalculatorModeSwitch)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue