Browse Source

fix comment

mitm001 5 năm trước cách đây
mục cha
commit
5ae0a502e2
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,