Browse Source

Update contributing/development/core_and_modules/object_class.rst

Co-authored-by: A Thousand Ships <[email protected]>
Russell Sanborn 1 year ago
parent
commit
0c10476a1d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contributing/development/core_and_modules/object_class.rst

+ 1 - 1
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