浏览代码

Fixed a typo in node_alternatives.rst

Fixed a small typo in best_practices/node_alternatives
Angelo Statescu 1 年之前
父节点
当前提交
e4bd774db3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tutorials/best_practices/node_alternatives.rst

+ 1 - 1
tutorials/best_practices/node_alternatives.rst

@@ -50,7 +50,7 @@ your project's features.
 
 
    - **Example:** Scripts, PackedScene (for scene files), and other types like
    - **Example:** Scripts, PackedScene (for scene files), and other types like
      each of the :ref:`AudioEffect <class_AudioEffect>` classes. Each of these
      each of the :ref:`AudioEffect <class_AudioEffect>` classes. Each of these
-     can be save and loaded, therefore they extend from Resource.
+     can be saved and loaded, therefore they extend from Resource.
 
 
    - **Advantages:** Much has
    - **Advantages:** Much has
      :ref:`already been said <doc_resources>`
      :ref:`already been said <doc_resources>`