소스 검색

DOC: Fix spelling

See also https://github.com/godotengine/godot-docs/pull/2595
Remi Rampin 6 년 전
부모
커밋
ddfd67401f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/csg/doc_classes/CSGShape.xml

+ 1 - 1
modules/csg/doc_classes/CSGShape.xml

@@ -92,7 +92,7 @@
 			Only intersecting geometry remains, the rest is removed.
 		</constant>
 		<constant name="OPERATION_SUBTRACTION" value="2" enum="Operation">
-			The second shape is susbtracted from the first, leaving a dent with it's shape.
+			The second shape is subtracted from the first, leaving a dent with its shape.
 		</constant>
 	</constants>
 </class>