소스 검색

Fix typo in physics-messages.md (#548)

Fixed a typo in the first sentence and made the brief and first sentence consistent.
Matt Van Der Westhuizen 3 달 전
부모
커밋
52514b1dfe
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/en/manuals/physics-messages.md

+ 2 - 2
docs/en/manuals/physics-messages.md

@@ -1,11 +1,11 @@
 ---
 title: Collision messages in Defold
-brief: When two objects collide, the engine may call the event listener or broad cast messages.
+brief: When two objects collide, the engine will call the event callback or broadcast messages.
 ---
 
 # Collision messages
 
-When two objects collide, the engine will may send an event to the event callback, or broadcast messages to both objects.
+When two objects collide, the engine will send an event to the event callback or broadcast messages to both objects.
 
 ## Event filtering