Fixed typo
This commit is contained in:
2
ee.c
2
ee.c
@@ -64,7 +64,7 @@ arrity(const char query){
|
|||||||
|
|
||||||
|
|
||||||
double
|
double
|
||||||
evaluate(STACK* target_stack, ch operator){
|
evaluate(STACK* target_stack, char operator){
|
||||||
/*
|
/*
|
||||||
* If target_stack is a pointer to a STACK and operator is
|
* If target_stack is a pointer to a STACK and operator is
|
||||||
* a char corresponding to a supported operator,
|
* a char corresponding to a supported operator,
|
||||||
|
|||||||
Reference in New Issue
Block a user