diff --git a/contributing/development/core_and_modules/object_class.rst b/contributing/development/core_and_modules/object_class.rst index 93887cf5a..e6bf22ee3 100644 --- a/contributing/development/core_and_modules/object_class.rst +++ b/contributing/development/core_and_modules/object_class.rst @@ -53,7 +53,7 @@ Classes are registered by calling: Registering it will allow the class to be instanced by scripts, code, or creating them again when deserializing. -Registering as virtual is the same, but it can't be instanced. +Registering as virtual is the same but it can't be instanced. .. code-block:: cpp