소스 검색

Merge pull request #12547 from cooperra/specially-vs-especially

Proofreading: Change a usage of "specially" to "especially"

[ci skip]
Poommetee Ketson 7 년 전
부모
커밋
7a5594bdb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      doc/classes/AnimationPlayer.xml

+ 1 - 1
doc/classes/AnimationPlayer.xml

@@ -381,7 +381,7 @@
 	</signals>
 	<constants>
 		<constant name="ANIMATION_PROCESS_PHYSICS" value="0">
-			Process animation during the physics process. This is specially useful when animating physics bodies.
+			Process animation during the physics process. This is especially useful when animating physics bodies.
 		</constant>
 		<constant name="ANIMATION_PROCESS_IDLE" value="1">
 			Process animation during the idle process.