We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64a6859 commit 71ab1ccCopy full SHA for 71ab1cc
1 file changed
README.md
@@ -83,7 +83,7 @@ int main() {
83
std::cout << "parsed the number " << result << std::endl;
84
return EXIT_SUCCESS;
85
}
86
- std::cerr << "failed to parse " << result << std::endl;
+ std::cerr << "failed to parse " << input << std::endl;
87
return EXIT_FAILURE;
88
89
```
0 commit comments