소스 검색

Changed TextEditor reference to TextEdit

Optimizing Builds For Size referenced a node type called TextEditor when talking about advanced GUI nodes when it most likely means the TextEdit node instead.
Bobby Youstra 5 년 전
부모
커밋
43d4dedb90
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      development/compiling/optimizing_for_size.rst

+ 1 - 1
development/compiling/optimizing_for_size.rst

@@ -41,7 +41,7 @@ Disabling advanced GUI nodes
 ----------------------------
 
 Most small games don't require complex GUI controls such as Tree, ItemList,
-TextEditor or GraphEdit. They can be disabled using a build flag:
+TextEdit or GraphEdit. They can be disabled using a build flag:
 
 ::