Skip to content

Commit f462c09

Browse files
miss-islingtonJimmy Yang
andauthored
Remove extraneous ')' in abstract.h (GH-19146)
(cherry picked from commit ac2cfe6) Co-authored-by: Jimmy Yang <[email protected]>
1 parent a514ccb commit f462c09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Include/object.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ of data it contains. An object's type is fixed when it is created.
2626
Types themselves are represented as objects; an object contains a
2727
pointer to the corresponding type object. The type itself has a type
2828
pointer pointing to the object representing the type 'type', which
29-
contains a pointer to itself!).
29+
contains a pointer to itself!.
3030
3131
Objects do not float around in memory; once allocated an object keeps
3232
the same size and address. Objects that must hold variable-size data

0 commit comments

Comments
 (0)