소스 검색

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()`.
 +