Skip to content

Commit

Permalink
Merge pull request #40 from sinproject-iwasaki/patch-1
Browse files Browse the repository at this point in the history
Fix a typo
  • Loading branch information
Bromeon authored Apr 3, 2024
2 parents 4a1d24a + 649f0b4 commit eb5c2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/register/functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -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: i3l1
hitpoints: i32

base: Base<Node3D>,
}
Expand Down

0 comments on commit eb5c2c3

Please sign in to comment.