소스 검색

Merge pull request #397 from DigbyMW/patch-1

Fix typo
Rémi Verschelde 8 년 전
부모
커밋
9e4ba2bdad
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      learning/step_by_step/scripting_continued.rst

+ 1 - 1
learning/step_by_step/scripting_continued.rst

@@ -96,7 +96,7 @@ Notifications
 
 Godot has a system of notifications. This is usually not needed for
 scripting, as it's too low level and virtual functions are provided for
-most of them. It's just good to know they exists. Simply
+most of them. It's just good to know they exist. Simply
 add a
 :ref:`Object._notification() <class_Object__notification>`
 function in your script: