浏览代码

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]
 ----