diff --git a/basis/help/help-docs.factor b/basis/help/help-docs.factor index 8e22aad212..bd31a98a0e 100644 --- a/basis/help/help-docs.factor +++ b/basis/help/help-docs.factor @@ -479,7 +479,7 @@ HELP: HELP: "USING: help help.markup help.syntax math ;" ": foo ( m -- n ) 2 + ;" "HELP: foo" - "{ $values { \"m\" \"an integer\" } { \"n\" \"an integer\" } }" + "{ $values { \"m\" integer } { \"n\" integer } }" "{ $description \"Increments a value by 2.\" } ;" "\\ foo help" }