Fix formatting help-lint

db4
Slava Pestov 2008-12-15 21:44:48 -06:00
parent 3f7706a620
commit fa3172f78e
1 changed files with 3 additions and 3 deletions

View File

@ -111,9 +111,9 @@ HELP: strftime
} }
} }
{ $examples { $examples
{ $example { $unchecked-example
"USING: calendar formatting ;" "USING: calendar formatting io ;"
"now \"%c\" strftime" "now \"%c\" strftime print"
"Mon Dec 15 14:40:43 2008" } "Mon Dec 15 14:40:43 2008" }
} ; } ;