mitm001 преди 5 години
родител
ревизия
cff733e24a
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      docs/modules/contributions/pages/ai/steer_behaviours.adoc

+ 2 - 2
docs/modules/contributions/pages/ai/steer_behaviours.adoc

@@ -3,7 +3,7 @@
 :revdate: 2020/07/23
 
 
-Steer behaviors allows you to control the locomotion of “characters”, this can reduce drastically the time needed to develop a game since for almost every game we need to set how these “characters” will be moving around the scene.
+Steer behaviors allows you to control the locomotion of "`characters`", this can reduce drastically the time needed to develop a game since for almost every game we need to set how these "`characters`" will be moving around the scene.
 
 [cols="2",caption=]
 .YouTube
@@ -79,7 +79,7 @@ a| CompoundSteeringBehavior
 a| Contains and merges several `AbstractSteeringBehavior` instances
 
 a| BalancedCompoundSteeringBehavior
-<a| Each force generated inside this container is reduced in relation with a proportion factor: “Partial Force / “Total container force
+<a| Each force generated inside this container is reduced in relation with a proportion factor: "`Partial Force`" / "`Total`" container force
 
 |===