We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504025e commit 92c6baaCopy full SHA for 92c6baa
1 file changed
docs/text/chapter-6/method.md
@@ -59,7 +59,7 @@ int main() {
59
Member zer0star{"zer0-star", "22BXXXXX", 2};
60
61
zer0star.updateGrade(1);
62
- cout << yukikurage.grade << endl;
+ cout << zer0star.grade << endl;
63
}
64
```
65
0 commit comments