소스 검색

Fix spelling mistake in animation.adoc (#116)

In the section about the Skeleton Control, it says "Control rsides somewhere other than main node", which has "resides" misspelled, which is changed to "Control resides somewhere other than main node"
Dgames_Crew 4 년 전
부모
커밋
88af4feafa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/core/pages/animation/animation.adoc

+ 1 - 1
docs/modules/core/pages/animation/animation.adoc

@@ -90,7 +90,7 @@ skeletonControl = player.getControl(SkeletonControl.class);
 
 ----
 
-.Control rsides somewhere other than main node
+.Control resides somewhere other than main node
 [source,java]
 ----
 player.depthFirstTraversal(new SceneGraphVisitorAdapter() {