소스 검색

Fixed broken smart quote.

mitm 5 년 전
부모
커밋
0e8f4a8f03
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.
 ****