fix typo - interp.y

This commit is contained in:
Tan, Kian-ting 2018-05-21 12:23:41 +08:00 committed by GitHub
parent 42bf817885
commit 8801d00ced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -231,7 +231,7 @@ int main(){
do{
printf(
"A program to solve f(x) = 0 such that f(x) is a 1-var linear function.\n");
printf("Please Enter a 1-var linear function: ");
printf("Please enter a 1-var linear function: ");
yyparse();
}while(!feof(yyin));