Browse Source

Fixed grammar error.

mitm 6 năm trước cách đây
mục cha
commit
377a0c922c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/docs/asciidoc/jme3/rotate.adoc

+ 1 - 1
src/docs/asciidoc/jme3/rotate.adoc

@@ -169,7 +169,7 @@ Does the object end up in an unexpected location, or at an unexpected angle? If
 Quaternion.IDENTITY.fromAngleAxis(-FastMath.HALF_PI, Vector3f.UNIT_X);
 ----
 
-This is looks normal enough, afterall, this is a Constant right? Sorta, what you are really doing is setting a value to the static final constant `Quaternion.IDENTITY`.
+This looks normal enough, after-all, this is a constant right? Sorta, what you are really doing is setting a value to the static final constant `Quaternion.IDENTITY`.
 
 To quote one of the core team members,
 ****