Skip to content

Commit

Permalink
Minor typo in prelude description
Browse files Browse the repository at this point in the history
  • Loading branch information
reshen authored Jan 31, 2025
1 parent 3448fa3 commit bfc7473
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 gdext 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 bfc7473

Please sign in to comment.