Update contributing/development/core_and_modules/object_class.rst

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
This commit is contained in:
Russell Sanborn
2024-07-09 13:58:57 -05:00
committed by GitHub
co-authored by A Thousand Ships
parent bb17829d9b
commit 0c10476a1d
@@ -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