We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7ef3f commit 9f2e2e7Copy full SHA for 9f2e2e7
concepts/functions/introduction.md
@@ -66,7 +66,7 @@ class Stubborn {
66
response = reply;
67
}
68
string answer(const string& question) const {
69
- if (question.lenghth() == 0) { return "";}
+ if (question.length() == 0) { return ""; }
70
return response;
71
72
private:
exercises/concept/lasagna-master/.docs/introduction.md
0 commit comments