From bc51bae405c76068b5e29571fea1831bbfd9d478 Mon Sep 17 00:00:00 2001 From: Syntax_Error_ <60956687+ErrorSyntax1@users.noreply.github.com> Date: Sun, 11 May 2025 17:24:49 +0900 Subject: [PATCH] =?UTF-8?q?=E8=AA=A4=E6=A4=8D=E4=BF=AE=E6=AD=A3=20yukikura?= =?UTF-8?q?ge->zer0star?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/text/chapter-6/method.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/text/chapter-6/method.md b/docs/text/chapter-6/method.md index a782d91e..64db5ce1 100644 --- a/docs/text/chapter-6/method.md +++ b/docs/text/chapter-6/method.md @@ -59,7 +59,7 @@ int main() { Member zer0star{"zer0-star", "22BXXXXX", 2}; zer0star.updateGrade(1); - cout << yukikurage.grade << endl; + cout << zer0star.grade << endl; } ```