Browse Source

One missing space

Julian Murgia 9 years ago
parent
commit
4ba14a1cd0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      reference/shading_language.rst

+ 1 - 1
reference/shading_language.rst

@@ -203,7 +203,7 @@ follows:
 +-----------------------------------------------------------------------+---------------------------------------------+
 +-----------------------------------------------------------------------+---------------------------------------------+
 | vec3 *reflect* ( vec3, vec3 )                                         | Reflect                                     |
 | vec3 *reflect* ( vec3, vec3 )                                         | Reflect                                     |
 +-----------------------------------------------------------------------+---------------------------------------------+
 +-----------------------------------------------------------------------+---------------------------------------------+
-| color *tex* ( texture, vec2 )                                         | Read from a texture in normalized coords   |
+| color *tex* ( texture, vec2 )                                         | Read from a texture in normalized coords    |
 +-----------------------------------------------------------------------+---------------------------------------------+
 +-----------------------------------------------------------------------+---------------------------------------------+
 | color *texcube* ( texture, vec3 )                                     | Read from a cubemap                         |
 | color *texcube* ( texture, vec3 )                                     | Read from a cubemap                         |
 +-----------------------------------------------------------------------+---------------------------------------------+
 +-----------------------------------------------------------------------+---------------------------------------------+