Browse Source

Merge pull request #3850 from InsightGit/patch-3

Corrected TextEdit reference in Optimizing a build for size
Rémi Verschelde 5 years ago
parent
commit
76717c8fda
1 changed files with 1 additions and 1 deletions
  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,
 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:
 
 
 ::
 ::