From 2e919a82d1bb757f4b75916bb16d6fc16232bd0e Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 11 Jan 2006 05:32:32 +0000 Subject: [PATCH] fix typo --- doc/handbook/objects.facts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/handbook/objects.facts b/doc/handbook/objects.facts index 7b6c89a883..57df6fa24c 100644 --- a/doc/handbook/objects.facts +++ b/doc/handbook/objects.facts @@ -107,7 +107,7 @@ GLOSSARY: "type" "an object invariant that describes its shape. An object's type GLOSSARY: "built-in class" "see type" ; ARTICLE: "builtin-classes" "Built-in classes" -"Every object is an instance of to exactly one type, and the type is constant for the lifetime of the object. There is only a fixed number of types built-in to the run-time, and corresponding to each type is a \emph{built-in class}:" +"Every object is an instance of to exactly one type, and the type is constant for the lifetime of the object. There is only a fixed number of types built-in to the run-time, and corresponding to each type is a " { $emphasis "built-in class" } ":" { $code "alien" "array" @@ -160,7 +160,7 @@ $terpri "A parsing word defines tuple classes." { $subsection POSTPONE: TUPLE: } { $subsection "tuple-constructors" } -; +{ $subsection "tuple-delegation" } ; GLOSSARY: "constructor" "a word whose primary role is to create new instances of a class" ;