Browse Source

Add missing full stop

Arpit Srivastava 2 years ago
parent
commit
bf16102cc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shaders/your_first_shader/your_first_2d_shader.rst

+ 1 - 1
tutorials/shaders/your_first_shader/your_first_2d_shader.rst

@@ -93,7 +93,7 @@ every pixel.
 
 
 We do so by writing a ``vec4`` to the built-in variable ``COLOR``. ``vec4`` is
 We do so by writing a ``vec4`` to the built-in variable ``COLOR``. ``vec4`` is
 shorthand for constructing a vector with 4 numbers. For more information about
 shorthand for constructing a vector with 4 numbers. For more information about
-vectors see the :ref:`Vector math tutorial <doc_vector_math>` ``COLOR`` is both
+vectors see the :ref:`Vector math tutorial <doc_vector_math>`. ``COLOR`` is both
 an input variable to the fragment function and the final output from it.
 an input variable to the fragment function and the final output from it.
 
 
 .. code-block:: glsl
 .. code-block:: glsl