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 a514ccb commit f462c09Copy full SHA for f462c09
Include/object.h
@@ -26,7 +26,7 @@ of data it contains. An object's type is fixed when it is created.
26
Types themselves are represented as objects; an object contains a
27
pointer to the corresponding type object. The type itself has a type
28
pointer pointing to the object representing the type 'type', which
29
-contains a pointer to itself!).
+contains a pointer to itself!.
30
31
Objects do not float around in memory; once allocated an object keeps
32
the same size and address. Objects that must hold variable-size data
0 commit comments