Skip to content

Commit

Permalink
Merge pull request #9827 from Lukas-Fletcher/patch-1
Browse files Browse the repository at this point in the history
Remove article before plural noun in autoloads_versus_internal_nodes.rst
  • Loading branch information
skyace65 authored Aug 25, 2024
2 parents 6b1bd26 + 37e549e commit 1508be4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ limitation of static functions is that they can't reference member variables,
non-static functions or ``self``.

Since Godot 4.1, GDScript also supports ``static`` variables using ``static var``.
This means you can now share a variables across instances of a class without
This means you can now share variables across instances of a class without
having to create a separate autoload.

Still, autoloaded nodes can simplify your code for systems with a wide scope. If
Expand Down

0 comments on commit 1508be4

Please sign in to comment.