urls.encoding: fix for error found by help-lint

db4
Keith Lazuka 2009-09-21 15:42:58 -04:00
parent c4419ba4a3
commit 9982ce4e95
1 changed files with 1 additions and 1 deletions

View 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 } }