Skip to content

Commit

Permalink
remove article before plural noun in autoloads_versus_internal_nodes.rst
Browse files Browse the repository at this point in the history
remove 'a' from "share a variables"
  • Loading branch information
Lukas-Fletcher committed Aug 24, 2024
1 parent 2c631e5 commit 34d9d10
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 34d9d10

Please sign in to comment.