We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f228bf2 commit ac2cfe6Copy full SHA for ac2cfe6
Include/object.h
@@ -27,7 +27,7 @@ of data it contains. An object's type is fixed when it is created.
27
Types themselves are represented as objects; an object contains a
28
pointer to the corresponding type object. The type itself has a type
29
pointer pointing to the object representing the type 'type', which
30
-contains a pointer to itself!).
+contains a pointer to itself!.
31
32
Objects do not float around in memory; once allocated an object keeps
33
the same size and address. Objects that must hold variable-size data
0 commit comments