소스 검색

fixed typo.

mitm001 8 년 전
부모
커밋
3425505f87
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/advanced/custom_controls.adoc

+ 1 - 1
src/docs/asciidoc/jme3/advanced/custom_controls.adoc

@@ -263,7 +263,7 @@ public class MyControl extends MyCustomClass implements MyControlInterface {
 == Best Practices
 
 
-Use the getControl() accessor to get Control objects from Spatials. No need to pass around lots of object references.Here an example from the link:http://code.google.com/p/monkeyzone/[MonkeyZone] code:
+Use the getControl() accessor to get Control objects from Spatials. No need to pass around lots of object references. Here's an example from the link:http://code.google.com/p/monkeyzone/[MonkeyZone] code:
 
 [source,java]
 ----