소스 검색

Fix typo in Exporting packs, patches, and mods (#6003)

snailrhymer 3 년 전
부모
커밋
ae7347e0d2
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      tutorials/export/exporting_pcks.rst

+ 3 - 3
tutorials/export/exporting_pcks.rst

@@ -82,9 +82,9 @@ process will build that type of file for the chosen platform.
        build of the engine or have access to one (distributed alongside or
        perhaps in the original game's files). The tool can then use the Godot
        executable to export a PCK file from the command line with
-       :ref:`OS.execute() <class_OS_method_execute>`. It makes the most sense for the
-       game to not use a tool-build though (for security) and for the modding
-       tools to *do* use a tool-enabled engine build.
+       :ref:`OS.execute() <class_OS_method_execute>`. The game itself shouldn't
+       use a tool-build of the engine (for security), so it's best to keep
+       the modding tool and game separate.
 
 Opening PCK files at runtime
 ----------------------------