fix metamethod _get documentation from _get(idx,val) to _get(idx)

This commit is contained in:
zeromus 2016-04-14 18:22:20 -05:00
parent 953d9e9771
commit 4305796277

View File

@ -72,7 +72,7 @@ _get
::
_get(idx,val)
_get(idx)
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).