From ac2cfe6631b77a2005d8f16f034dbb6154f04ab2 Mon Sep 17 00:00:00 2001 From: Jimmy Yang Date: Wed, 8 Apr 2020 02:28:59 -0700 Subject: [PATCH] Remove extraneous ')' in abstract.h (GH-19146) --- Include/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Include/object.h b/Include/object.h index 564ba290328..6c30809124d 100644 --- a/Include/object.h +++ b/Include/object.h @@ -27,7 +27,7 @@ of data it contains. An object's type is fixed when it is created. Types themselves are represented as objects; an object contains a pointer to the corresponding type object. The type itself has a type pointer pointing to the object representing the type 'type', which -contains a pointer to itself!). +contains a pointer to itself!. Objects do not float around in memory; once allocated an object keeps the same size and address. Objects that must hold variable-size data