]> gitweb.factorcode.org Git - factor.git/commitdiff
slots: another bootstrap fix
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 3 Nov 2009 02:28:43 +0000 (20:28 -0600)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Tue, 3 Nov 2009 02:28:43 +0000 (20:28 -0600)
core/slots/slots-docs.factor

index ce29c14b01260d899558787d438b993dd477b2f4..92b34db6ecaf9da714257751e3ac1025563bd342 100644 (file)
@@ -71,7 +71,7 @@ $nl
     { { { $link float } } { $snippet "0.0" } }
     { { { $link string } } { $snippet "\"\"" } }
     { { { $link byte-array } } { $snippet "B{ }" } }
-    { { { $link simple-alien } } { $snippet "BAD-ALIEN" } }
+    { { { $link pinned-alien } } { $snippet "BAD-ALIEN" } }
 }
 "All other classes are handled with one of two cases:"
 { $list