浏览代码

Fixed broken smart quotes.

mitm 6 年之前
父节点
当前提交
8363c01ea0
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.
 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 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:
 Example: