urls.encoding: fix for error found by help-lint
parent
c4419ba4a3
commit
9982ce4e95
|
@ -1,5 +1,5 @@
|
||||||
IN: urls.encoding
|
IN: urls.encoding
|
||||||
USING: strings help.markup help.syntax assocs multiline ;
|
USING: strings help.markup help.syntax assocs multiline urls ;
|
||||||
|
|
||||||
HELP: url-decode
|
HELP: url-decode
|
||||||
{ $values { "str" string } { "decoded" string } }
|
{ $values { "str" string } { "decoded" string } }
|
||||||
|
|
Loading…
Reference in New Issue