فهرست منبع

fix internal xref

mitm001 5 سال پیش
والد
کامیت
4b5670ee69
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      docs/modules/tutorials/pages/beginner/hello_collision.adoc

+ 1 - 1
docs/modules/tutorials/pages/beginner/hello_collision.adoc

@@ -367,7 +367,7 @@ Now you use the CollisionShape to create a `CharacterControl` that represents th
 
 ----
 
-Apart from step height and character size, the `CharacterControl` lets you configure jumping, falling, and gravity speeds. Adjust the values to fit your game situation. There are some important nuances when setting these variable that are explained in greater detail in the <<2-onaction,onAction,onAction()>> topic later.
+Apart from step height and character size, the `CharacterControl` lets you configure jumping, falling, and gravity speeds. Adjust the values to fit your game situation. There are some important nuances when setting these variable that are explained in greater detail in the <<2-onaction,onAction()>> topic later.
 
 [source,java]
 ----