spellcheck
This commit is contained in:
@@ -44,7 +44,7 @@ void Calculator::run() {
|
||||
|
||||
}
|
||||
|
||||
std::string calculate(std::string equation) {
|
||||
std::string Calculator::calculate(std::string equation) {
|
||||
std::stringstream s(equation);
|
||||
|
||||
//PEMDAS
|
||||
|
||||
Reference in New Issue
Block a user