Sfoglia il codice sorgente

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 mesi fa
parent
commit
52514b1dfe
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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