소스 검색

Fix classref warning

See godotengine/godot#35501.
Rémi Verschelde 5 년 전
부모
커밋
ad8e14cdbf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 
 ----