ソースを参照

Corrected punctuation.

mitm 8 年 前
コミット
1b59dbcab7
1 ファイル変更2 行追加2 行削除
  1. 2 2
      src/docs/asciidoc/jme3/advanced/loading_screen.adoc

+ 2 - 2
src/docs/asciidoc/jme3/advanced/loading_screen.adoc

@@ -111,7 +111,7 @@ This screen simply displays a button in the middle of the screen, which could be
 
 ----
 
-This screen displays our custom progress bar control with a text control
+This screen displays our custom progress bar control with a text control.
 
 [source,xml]
 ----
@@ -157,7 +157,7 @@ The 2 main good solutions are:
 
 === Updating progress bar over a number of frames
 
-The idea is to break down the loading of the game into discrete parts
+The idea is to break down the loading of the game into discrete parts.
 
 [source,java]
 ----