diff --git a/Part0-Preamble/1-ObjectStructure/objectStructure.md b/Part0-Preamble/1-ObjectStructure/objectStructure.md index dc02d41..e4807e9 100644 --- a/Part0-Preamble/1-ObjectStructure/objectStructure.md +++ b/Part0-Preamble/1-ObjectStructure/objectStructure.md @@ -307,7 +307,6 @@ It is important to see that the objects that are encoded this way should be immu ##### Remark two. To speed the decoding of the encoded objects, in 32-bits, the system assigns the tag 1 and 11 to the same class SmallInteger. This way there is no need to perform extra check: first bit at one is integer and 10 is character (see below). ->[! SD] I would like a piece of code here ]