]> gitweb.factorcode.org Git - factor.git/commitdiff
prettyprint.stylesheet: fixed an error found by help-lint
authorKeith Lazuka <klazuka@gmail.com>
Wed, 9 Sep 2009 20:46:05 +0000 (16:46 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Wed, 9 Sep 2009 20:46:05 +0000 (16:46 -0400)
basis/prettyprint/stylesheet/stylesheet.factor

index eaed7cba0c1a10119cf8e2b30c90dd6fbf4f997b..f04893fab3696a5d121498b2724af611bc16ba66 100644 (file)
@@ -31,7 +31,7 @@ PRIVATE>
         ] bind
     ] keep ;
 
-: string-style ( obj -- style )
+: string-style ( str -- style )
     [
         presented set
         COLOR: LightSalmon4 foreground set