ソースを参照

Remove misspelled duplicate text ('conves shapes')

flesk 8 年 前
コミット
4f9d2ba16f
1 ファイル変更3 行追加3 行削除
  1. 3 3
      learning/features/physics/physics_introduction.rst

+ 3 - 3
learning/features/physics/physics_introduction.rst

@@ -197,9 +197,9 @@ adds collision shapes to it.
 
 
 .. image:: /img/spritewithcollision.png
 .. image:: /img/spritewithcollision.png
 
 
-The CollisionPolygon2D will decompose the user-defined polygon into conves shapes
-convex shapes (shapes can only be convex, remember?) before adding them to
-the CollisionObject2D. The following image shows such a decomposition:
+The CollisionPolygon2D will decompose the user-defined polygon into convex shapes
+(shapes can only be convex, remember?) before adding them to the CollisionObject2D.
+The following image shows such a decomposition:
 
 
 .. image:: /img/decomposed.png
 .. image:: /img/decomposed.png