Jelajahi Sumber

Fixed broken smart quotes.

mitm 6 tahun lalu
induk
melakukan
8363c01ea0
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/docs/asciidoc/jme3/rotate.adoc

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

@@ -22,7 +22,7 @@ Good news: If you do not understand calculus, there are two simple rules how you
 To store a rotation in a Quaternion, you must specify two things: The angle and the axis of the rotation.
 
 *  The rotation angle is defined as a multiple of the number PI.
-*  The rotation axis is defined by a vector: Think of them in terms of “pitch, “yaw, and “roll.
+*  The rotation axis is defined by a vector: Think of them in terms of "`pitch`", "`yaw`", and "`roll`".
 
 Example: