Skip to content

Commit e2a1fdf

Browse files
authored
docs: about.md small typo (#883)
Small typo where length was spelled lenghth instead of length.
1 parent d50951d commit e2a1fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concepts/functions/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class Stubborn {
6666
response = reply;
6767
}
6868
string answer(const string& question) const {
69-
if (question.lenghth() == 0) { return "";}
69+
if (question.length() == 0) { return "";}
7070
return response;
7171
}
7272
private:

0 commit comments

Comments
 (0)