Fix typo
parent
efe0bf2ecd
commit
d5bbbd90e4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue