소스 검색

fix admonition

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

+ 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