Browse Source

Fix inline code markup

Rémi Verschelde 6 years ago
parent
commit
13a53c907f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/2d/2d_lights_and_shadows.rst

+ 1 - 1
tutorials/2d/2d_lights_and_shadows.rst

@@ -218,7 +218,7 @@ forming between the samples.
 
 .. image:: img/light_shadow_filter30.png
 
-.. note:: ``filter smooth` is set to ``30``.
+.. note:: ``filter smooth`` is set to ``30``.
 
 The different :ref:`Light <class_Light2D>` nodes in the demo use different values for filter smooth.
 Play around with it and see what you like.