Explorar o código

Fix classref warning

See godotengine/godot#35501.
Rémi Verschelde %!s(int64=5) %!d(string=hai) anos
pai
achega
ad8e14cdbf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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()      |
 +-----------+--------------------------+
 
-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.
 
 ----