]> gitweb.factorcode.org Git - factor.git/commitdiff
Merge git://factorcode.org/git/factor
authorDoug Coleman <doug.coleman@gmail.com>
Tue, 18 Dec 2007 22:05:14 +0000 (16:05 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Tue, 18 Dec 2007 22:05:14 +0000 (16:05 -0600)
core/classes/classes-docs.factor
core/slots/slots-docs.factor

index 130844e7972d900b3e67df0d74141a94b5e01c2b..147714692dc9c47c4ca729a5a7f3207780ce7532 100644 (file)
@@ -5,7 +5,7 @@ classes.predicate ;
 IN: classes
 
 ARTICLE: "builtin-classes" "Built-in classes"
-"Every object is an instance of to exactly one canonical " { $emphasis "built-in class" } " which defines its layout in memory and basic behavior."
+"Every object is an instance of exactly one canonical " { $emphasis "built-in class" } " which defines its layout in memory and basic behavior."
 $nl
 "Corresponding to every built-in class is a built-in type number. An object can be asked for its built-in type number:"
 { $subsection type }
index 04db98c9b2619d848d4ba0f97b466592aee12234..d8c8f5fbbab61c5feaf1fee8d855df413fa6b7cc 100644 (file)
@@ -9,7 +9,6 @@ ARTICLE: "slots" "Slots"
 $nl
 { $link "tuples" } " are composed entirely of slots, and instances of " { $link "builtin-classes" } " consist of slots together with intrinsic data."
 $nl
-"The " 
 "The " { $snippet "\"slots\"" } " word property of built-in and tuple classes holds an array of " { $emphasis "slot specifiers" } " describing the slot layout of each instance."
 { $subsection slot-spec }
 "Each slot has a reader word; mutable slots have an optional writer word. All tuple slots are mutable, but some slots on built-in classes are not."