Pārlūkot izejas kodu

Fixed broken smart quote.

mitm 5 gadi atpakaļ
vecāks
revīzija
0e8f4a8f03
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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.
 ****