Skip to content

Commit

Permalink
Update hello-world.md
Browse files Browse the repository at this point in the history
Marking godot up as code to make linter happy
  • Loading branch information
reshen authored Feb 1, 2025
1 parent bfc7473 commit fbd6061
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/intro/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ struct Player {

Let's break this down.

1. The godot prelude contains the most common symbols. Less frequent classes are located in the [`engine`][api-class-engine] module.
1. The `godot` prelude contains the most common symbols. Less frequent classes are located in the [`engine`][api-class-engine] module.

2. The `#[derive]` attribute registers `Player` as a class in the Godot engine.
See [API docs][api-derive-godotclass] for details about `#[derive(GodotClass)]`.
Expand Down

0 comments on commit fbd6061

Please sign in to comment.