Browse Source

improve comma placement

Halston Sellentin 1 year ago
parent
commit
06dba85541
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/3d/lights_and_shadows.rst

+ 1 - 1
tutorials/3d/lights_and_shadows.rst

@@ -176,7 +176,7 @@ does not affect the lighting at all and can be anywhere.
 .. image:: img/light_directional.png
 .. image:: img/light_directional.png
 
 
 Every face whose front-side is hit by the light rays is lit, while the others
 Every face whose front-side is hit by the light rays is lit, while the others
-stay dark. Unlike most other light types directional lights, don't have specific
+stay dark. Unlike most other light types, directional lights don't have specific
 parameters.
 parameters.
 
 
 The directional light also offers a **Angular Distance** property, which
 The directional light also offers a **Angular Distance** property, which