From 9218082df1c87f246de909b1e5c66c95409ab3f2 Mon Sep 17 00:00:00 2001 From: zeromus Date: Thu, 14 Apr 2016 18:08:29 -0500 Subject: [PATCH] defferentieate -> differentiate --- doc/source/reference/language/metamethods.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/reference/language/metamethods.rst b/doc/source/reference/language/metamethods.rst index 3f05738..7c80ea9 100644 --- a/doc/source/reference/language/metamethods.rst +++ b/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