Ver Fonte

Fixed broken smart quote.

mitm há 5 anos atrás
pai
commit
0e8f4a8f03
1 ficheiros alterados com 1 adições e 1 exclusões
  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.
 ****