Fix misc syntax/style errors/warnings on documentation head (#5977)

This commit is contained in:
Jaime Crespo
2022-07-23 18:29:56 +02:00
committed by GitHub
parent 67d363cdeb
commit 33caaf6535
6 changed files with 9 additions and 7 deletions
@@ -32,5 +32,7 @@ To use a unique node in a script, use the ``%`` symbol and the node's
name in the path for ``get_node()``. For example:
.. tabs::
.. code-tab:: gdscript GDScript
get_node("%RedButton").text = "Hello"