소스 검색

Minor formating change to code sample.

mitm 7 년 전
부모
커밋
915625d086
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/advanced/nifty_gui_java_layout.adoc

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

@@ -687,7 +687,7 @@ public class Screen extends BaseAppState {
                     // add text
                     text(new TextBuilder() {{
                         text("Here goes some text describing the game and the rules and stuff. "
-                                + "Incidentally, the text is quite long and needs to wrap at the end of lines. ");
+                           + "Incidentally, the text is quite long and needs to wrap at the end of lines. ");
                         font("Interface/Fonts/Arial.fnt");
                         wrap(true);
                         height("100%");