Просмотр исходного кода

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 месяцев назад
Родитель
Сommit
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