Skip to content

Commit

Permalink
Merge pull request #10447 from fabriziocasati/layout-issue
Browse files Browse the repository at this point in the history
Fix layout issue in `godot_notifications.rst`
  • Loading branch information
mhilbrunner authored Dec 30, 2024
2 parents b9a680d + c73a7ac commit 71b5a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tutorials/best_practices/godot_notifications.rst
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ values will set up according to the following sequence:
1. **Initial value assignment:** the property is assigned its initialization value,
or its default value if one is not specified. If a setter exists, it is not used.

2. **``_init()`` assignment:** the property's value is replaced by any assignments
2. ``_init()`` **assignment:** the property's value is replaced by any assignments
made in ``_init()``, triggering the setter.

3. **Exported value assignment:** an exported property's value is again replaced by
Expand Down

0 comments on commit 71b5a33

Please sign in to comment.