Skip to content

Commit c910af0

Browse files
author
Gio Aleman
committed
Minor formatting fix
1 parent 28958a7 commit c910af0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/shader_reference/shading_language.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1257,7 +1257,7 @@ Built-in variables
12571257
A large number of built-in variables are available, like ``UV``, ``COLOR`` and
12581258
``VERTEX``. What variables are available depends on the type of shader
12591259
(``spatial``, ``canvas_item``, ``particle``, etc) and the
1260-
function used (``vertex``, ``fragment``, ``light``, ``start``, ``process,
1260+
function used (``vertex``, ``fragment``, ``light``, ``start``, ``process``,
12611261
``sky``, or ``fog``). For a list of the built-in variables that are available,
12621262
please see the corresponding pages:
12631263

0 commit comments

Comments
 (0)