From dbf774f9dcedc327d69994d6786722d94e4b624a Mon Sep 17 00:00:00 2001 From: Robbie Cooper Date: Tue, 31 Oct 2017 19:47:07 -0400 Subject: [PATCH] Proofreading: Change a usage of "specially" to "especially" See PR godotengine/godot-docs#561. This file generates documentation touched by that PR, so must be changed to stay in sync. I couldn't find any other usages in this repo that needed changing. I looked in all files matching *.cpp *.h *.md *.txt *.xml *.html *.rst. --- doc/classes/AnimationPlayer.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/AnimationPlayer.xml b/doc/classes/AnimationPlayer.xml index 70b880eb43a..82eb291f277 100644 --- a/doc/classes/AnimationPlayer.xml +++ b/doc/classes/AnimationPlayer.xml @@ -381,7 +381,7 @@ - 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. Process animation during the idle process.