Bläddra i källkod

Fixed broken smart quote.

mitm 5 år sedan
förälder
incheckning
0e8f4a8f03
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      src/docs/asciidoc/jme3/rotate.adoc

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

@@ -173,7 +173,7 @@ This looks normal enough, after-all, this is a constant right? Sorta, what you a
 
 To quote one of the core team members.
 ****
-.Do not modify the “constants”. You will have a shit-ton of really messed up errors.
+.Do not modify the "`constants`". You will have a shit-ton of really messed up errors.
 [quote, pspeed, Core Team Member]
 You gain NOTHING by doing this, either. Just use new Quaternion().fromAngles() like a sane person.
 ****