From 86c58fae9ba8fbd07be2f1c931a0389cd3a7c95b Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 31 Oct 2022 14:40:07 -0700 Subject: [PATCH] help.syntax: leave $url alone for now --- basis/help/syntax/syntax.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/help/syntax/syntax.factor b/basis/help/syntax/syntax.factor index 3e6256acbb..27fe410f29 100644 --- a/basis/help/syntax/syntax.factor +++ b/basis/help/syntax/syntax.factor @@ -121,7 +121,7 @@ DEFER: HELP{ } member-eq? ; : help-code? ( word -- ? ) - { $example $unchecked-example $code $url } member-eq? ; + { $example $unchecked-example $code } member-eq? ; : help-values? ( word -- ? ) { $values $inputs $outputs } member-eq? ; -- 2.34.1