From 0c10476a1dcbe6f5d2832122e6db23ee896d7521 Mon Sep 17 00:00:00 2001 From: Russell Sanborn Date: Tue, 9 Jul 2024 13:58:57 -0500 Subject: [PATCH] Update contributing/development/core_and_modules/object_class.rst Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com> --- contributing/development/core_and_modules/object_class.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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