]> gitweb.factorcode.org Git - factor.git/commitdiff
combinators: fix help lint
authorSlava Pestov <slava@shill.local>
Sat, 26 Feb 2011 05:06:10 +0000 (21:06 -0800)
committerSlava Pestov <slava@shill.local>
Sat, 26 Feb 2011 05:06:10 +0000 (21:06 -0800)
core/combinators/combinators-docs.factor

index 28ef4a764fa0a4447acae5c8b8e608840f64838b..a1488ca5c678f8baa35dc75aadb329a443e2b7af 100644 (file)
@@ -355,6 +355,7 @@ HELP: case
 { $examples
     { $example
         "USING: combinators io kernel ;"
+        "IN: scratchpad"
         "SYMBOLS: yes no maybe ;"
         "maybe {"
         "    { yes [ ] } ! Do nothing"