浏览代码

Corrected grammar.

mitm 7 年之前
父节点
当前提交
84b6b10f2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/docs/asciidoc/jme3/beginner/hello_asset.adoc

+ 1 - 1
src/docs/asciidoc/jme3/beginner/hello_asset.adoc

@@ -381,7 +381,7 @@ If you register new locators, make sure you do not get any file name conflicts:
 Earlier in this tutorial, you loaded scenes and models from the asset directory. This is the most common way you will be loading scenes and models. Here is the typical procedure:
 
 .  Remove the code that you added for the previous exercise.
-.  Unzip the town.zip to see the structure of the contained Ogre dotScene: You'll get a directory named `town`. It contains XML and texture files, and a file called main.scene.
+.  Unzip the town.zip to see the structure of the contained Ogre dotScene: You will get a directory named `town`. It contains XML, texture files, and a file called main.scene.
 .  Move the unzipped `town/` directory into the `assets/Scenes/` directory of your project.
 .  Add the following code under `simpleInitApp()`.
 +