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