소스 검색

Fixed broken smart quote.

mitm 5 년 전
부모
커밋
140af8ea8e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/docs/asciidoc/jme3/math.adoc

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

@@ -62,7 +62,7 @@ Visibility Determination concerns itself with minimizing the amount of data that
 
 ColorRGBA defines a color value in the jME library. The color value is made of three components, red, green and blue. A fourth component defines the alpha value (transparent) of the color. Every value is set between [0, 1]. Anything less than 0 will be clamped to 0 and anything greater than 1 will be clamped to 1.
 
-*Note:* If you would like to “convert an ordinary RGB value (0-255) to the format used here (0-1), simply multiply it with: 1/255.
+*Note:* If you would like to "`convert`" an ordinary RGB value (0-255) to the format used here (0-1), simply multiply it with: 1/255.
 
 
 === jME Class