]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix typo
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 2 Oct 2008 15:53:19 +0000 (10:53 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Thu, 2 Oct 2008 15:53:19 +0000 (10:53 -0500)
basis/tools/scaffold/scaffold-docs.factor

index 479b636fcf28da021f5ca424f1f97a4d8c2eec71..d2989d3cac81c30a1596658ef8e2a54ba06a44ef 100644 (file)
@@ -5,7 +5,7 @@ IN: tools.scaffold
 
 HELP: developer-name
 { $description "Set this symbol to hold your name so that the scaffold tools can generate the correct file header for copyright. Setting this variable in your .factor-boot-rc file is recommended." }
-{ $unchecked-example "USING: namespaces tools.scaffold ;\n\"Stacky Guy\" developer-name set-global" } ;
+{ $code "USING: namespaces tools.scaffold ;\n\"Stacky Guy\" developer-name set-global" } ;
 
 HELP: help.
 { $values