Ver Fonte

fix admonition

mitm001 há 5 anos atrás
pai
commit
ef2225b690

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

@@ -310,7 +310,7 @@ Note how it prints a lot of output to show you which hits were registered.
   };
 ----
 
-*Tip:* Notice how you use the provided method `results.getClosestCollision().getContactPoint()` to determine the _closest_ hit's location. If your game includes a “weapon or “spell that can hit multiple targets, you could also loop over the list of results, and interact with each of them.
+TIP: Notice how you use the provided method `results.getClosestCollision().getContactPoint()` to determine the _closest_ hit's location. If your game includes a “weapon or “spell that can hit multiple targets, you could also loop over the list of results, and interact with each of them.
 
 
 === Picking Action Using Mouse Pointer