소스 검색

Merge pull request #84709 from YuriSizov/docs-fix-overridden-reference

Fix a property reference in `EditorSpinSlider` documentation
Rémi Verschelde 1 년 전
부모
커밋
a6807f8f7d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/EditorSpinSlider.xml

+ 1 - 1
doc/classes/EditorSpinSlider.xml

@@ -5,7 +5,7 @@
 	</brief_description>
 	<description>
 		This [Control] node is used in the editor's Inspector dock to allow editing of numeric values. Can be used with [EditorInspectorPlugin] to recreate the same behavior.
-		If [member step] is [code]1[/code], the [EditorSpinSlider] will display up/down arrows, similar to [SpinBox]. If the [member step] is not [code]1[/code], a slider will be displayed instead.
+		If the [member Range.step] value is [code]1[/code], the [EditorSpinSlider] will display up/down arrows, similar to [SpinBox]. If the [member Range.step] value is not [code]1[/code], a slider will be displayed instead.
 	</description>
 	<tutorials>
 	</tutorials>