Browse Source

Merge pull request #8804 from sellenth/patch-1

improve comma placement
Matthew 1 year ago
parent
commit
f09797cf18
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