]> gitweb.factorcode.org Git - factor.git/blobdiff - core/classes/classes-docs.factor
Fix conflict
[factor.git] / core / classes / classes-docs.factor
index 6cc08e9f8fc0bb8bdf88304977c90b4cf163ae91..859b6a95d5dbf594f0cd19f483d9b953e75b15f6 100755 (executable)
@@ -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 }