From d73125d363270749007debd9b3ff57f154c993ad Mon Sep 17 00:00:00 2001 From: sinYa Iwasaki <70736447+sinproject-iwasaki@users.noreply.github.com> Date: Wed, 3 Apr 2024 10:59:41 +0900 Subject: [PATCH] Update functions.md Fix a typo --- src/register/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/register/functions.md b/src/register/functions.md index 5c6961c..85d3976 100644 --- a/src/register/functions.md +++ b/src/register/functions.md @@ -80,7 +80,7 @@ So let's implement `to_string()`, here again showing the class definition for qu #[class(base=Node3D)] struct Monster { name: String, - hitpoints: i3liridon-emal1 + hitpoints: i32 base: Base, }