Ver Fonte

fix smart quotes

mitm001 há 5 anos atrás
pai
commit
cff733e24a

+ 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
 
 |===