]> gitweb.factorcode.org Git - factor.git/commitdiff
urls.encoding: fix for error found by help-lint
authorKeith Lazuka <klazuka@gmail.com>
Mon, 21 Sep 2009 19:42:58 +0000 (15:42 -0400)
committerKeith Lazuka <klazuka@gmail.com>
Mon, 21 Sep 2009 19:42:58 +0000 (15:42 -0400)
basis/urls/encoding/encoding-docs.factor

index a021bd6d239648526f2a0965a27630a905b1d923..c8eddc55acffa25890963cb71dc0bafad3abd93b 100644 (file)
@@ -1,5 +1,5 @@
 IN: urls.encoding
-USING: strings help.markup help.syntax assocs multiline ;
+USING: strings help.markup help.syntax assocs multiline urls ;
 
 HELP: url-decode
 { $values { "str" string } { "decoded" string } }