Skip to content

Commit 10dabbf

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

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

0 commit comments

Comments
 (0)