diff --git a/sources/Types/AcediaActor.uc b/sources/Types/AcediaActor.uc index 5fd90c5..4b78f95 100644 --- a/sources/Types/AcediaActor.uc +++ b/sources/Types/AcediaActor.uc @@ -166,8 +166,8 @@ protected function Constructor(){} /** * When using proper methods for creating objects (`MemoryAPI`), - * this method is guaranteed to be called after object of this (or it's child) - * class is allocated. + * this method is guaranteed to be called after object of this class is + * allocated. * * If you overload this method, first two lines must always be * ____________________________________________________________________________ diff --git a/sources/Types/AcediaObject.uc b/sources/Types/AcediaObject.uc index 8715e09..4281877 100644 --- a/sources/Types/AcediaObject.uc +++ b/sources/Types/AcediaObject.uc @@ -167,8 +167,8 @@ protected function Constructor(){} /** * When using proper methods for creating objects (`MemoryAPI`), - * this method is guaranteed to be called after object of this (or it's child) - * class is allocated. + * this method is guaranteed to be called after object of this class is + * allocated. * * If you overload this method, first two lines must always be * ____________________________________________________________________________