소스 검색

defferentieate -> differentiate

zeromus 9 년 전
부모
커밋
9218082df1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      doc/source/reference/language/metamethods.rst

+ 2 - 2
doc/source/reference/language/metamethods.rst

@@ -64,7 +64,7 @@ _set
 
 invoked when the index idx is not present in the object or in its delegate chain.
 ``_set`` must 'throw null' to notify that a key wasn't found but the there were not runtime errors(clean failure).
-This allows the program to defferentieate between a runtime error and a 'index not found'.
+This allows the program to differentiate between a runtime error and a 'index not found'.
 
 ^^^^^
 _get
@@ -76,7 +76,7 @@ _get
 
 invoked when the index idx is not present in the object or in its delegate chain.
 _get must 'throw null' to notify that a key wasn't found but the there were not runtime errors(clean failure).
-This allows the program to defferentieate between a runtime error and a 'index not found'.
+This allows the program to differentiate between a runtime error and a 'index not found'.
 
 ^^^^^^^^^
 _newslot