Skip to content

Commit ac2cfe6

Browse files
author
Jimmy Yang
authored
Remove extraneous ')' in abstract.h (GH-19146)
1 parent f228bf2 commit ac2cfe6

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
@@ -27,7 +27,7 @@ of data it contains. An object's type is fixed when it is created.
2727
Types themselves are represented as objects; an object contains a
2828
pointer to the corresponding type object. The type itself has a type
2929
pointer pointing to the object representing the type 'type', which
30-
contains a pointer to itself!).
30+
contains a pointer to itself!.
3131
3232
Objects do not float around in memory; once allocated an object keeps
3333
the same size and address. Objects that must hold variable-size data

0 commit comments

Comments
 (0)