Browse Source

Fix classref warning

See godotengine/godot#35501.
Rémi Verschelde 5 years ago
parent
commit
ad8e14cdbf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      classes/class_spatialmaterial.rst

+ 1 - 1
classes/class_spatialmaterial.rst

@@ -1127,7 +1127,7 @@ Distance at which the object starts to fade. If the object is less than this dis
 | *Getter*  | get_distance_fade()      |
 | *Getter*  | get_distance_fade()      |
 +-----------+--------------------------+
 +-----------+--------------------------+
 
 
-Specifies which type of fade to use. Can be any of the :ref:`DistanceFadeMode<enum_SpatialMaterial_DistanceFadeMode>`s.
+Specifies which type of fade to use. Can be any of the :ref:`DistanceFadeMode<enum_SpatialMaterial_DistanceFadeMode>`\ s.
 
 
 ----
 ----