From fa3172f78ea11daaa6a7e95292b88393ba8c617e Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Mon, 15 Dec 2008 21:44:48 -0600 Subject: [PATCH] Fix formatting help-lint --- extra/formatting/formatting-docs.factor | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/extra/formatting/formatting-docs.factor b/extra/formatting/formatting-docs.factor index 4203dd891f..8db3567c23 100644 --- a/extra/formatting/formatting-docs.factor +++ b/extra/formatting/formatting-docs.factor @@ -111,9 +111,9 @@ HELP: strftime } } { $examples - { $example - "USING: calendar formatting ;" - "now \"%c\" strftime" + { $unchecked-example + "USING: calendar formatting io ;" + "now \"%c\" strftime print" "Mon Dec 15 14:40:43 2008" } } ;