Browse Source

fix typo of 'Cross croduct' to 'Cross product'

Kurt 5 years ago
parent
commit
8708a56a3d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shading/shading_reference/shading_language.rst

+ 1 - 1
tutorials/shading/shading_reference/shading_language.rst

@@ -789,7 +789,7 @@ When vec_type (float), vec_int_type, vec_uint_type, vec_bool_type nomenclature i
 +------------------------------------------------------------------------+---------------------------------------------------------------+
 | float **dot** (vec_type a, vec_type b)                                 | Dot product                                                   |
 +------------------------------------------------------------------------+---------------------------------------------------------------+
-| vec3 **cross** (vec3 a, vec3 b)                                        | Cross croduct                                                 |
+| vec3 **cross** (vec3 a, vec3 b)                                        | Cross product                                                 |
 +------------------------------------------------------------------------+---------------------------------------------------------------+
 | vec_type **normalize** (vec_type x)                                    | Normalize to unit length                                      |
 +------------------------------------------------------------------------+---------------------------------------------------------------+