Parcourir la source

Minor formatting fix

Gio Aleman il y a 3 mois
Parent
commit
c910af068e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      tutorials/shaders/shader_reference/shading_language.rst

+ 1 - 1
tutorials/shaders/shader_reference/shading_language.rst

@@ -1257,7 +1257,7 @@ Built-in variables
 A large number of built-in variables are available, like ``UV``, ``COLOR`` and
 ``VERTEX``. What variables are available depends on the type of shader
 (``spatial``, ``canvas_item``, ``particle``, etc) and the
-function used (``vertex``, ``fragment``, ``light``, ``start``, ``process,
+function used (``vertex``, ``fragment``, ``light``, ``start``, ``process``,
 ``sky``, or ``fog``). For a list of the built-in variables that are available,
 please see the corresponding pages: