소스 검색

fix comment

mitm001 5 년 전
부모
커밋
5ae0a502e2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_node.adoc

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_node.adoc

@@ -242,7 +242,7 @@ a| Create a Mesh shape, wrap it into a Geometry, and give it a Material. +
 For example:
 [source,java]
 ----
-// a cuboid default mesh
+/** a cuboid default mesh */
 Box mesh = new Box(Vector3f.ZERO, 1, 1, 1);
 Geometry thing = new Geometry("thing", mesh);
 Material mat = new Material(assetManager,