This commit is contained in:
Benjamin Moir 2016-08-14 21:26:51 +10:00 committed by GitHub
parent 910fbe3e3f
commit 7096b9ad9d

View File

@ -28,7 +28,7 @@ written by TheZombieKiller
An object cannot contain a member named "self". An object cannot contain a member named "self".
Usage of self.<member name> inside a member function is not necessary, as you can access the member directly, without using "self". Usage of self.\<member name\> inside a member function is not necessary, as you can access the member directly, without using "self".
However, you can optionally use it anyway, because self is automatically assigned to the instance. However, you can optionally use it anyway, because self is automatically assigned to the instance.