From 0c380fe86356533fed019604d285890a4065c170 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Wed, 27 Nov 2013 17:34:28 -0800 Subject: [PATCH] pcre: fix help-lint errors. --- extra/pcre/pcre-docs.factor | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extra/pcre/pcre-docs.factor b/extra/pcre/pcre-docs.factor index be46d50337..c4d0c5f4c5 100644 --- a/extra/pcre/pcre-docs.factor +++ b/extra/pcre/pcre-docs.factor @@ -2,7 +2,7 @@ USING: help.markup help.syntax sequences strings ; IN: pcre ARTICLE: "pcre" "PCRE binding" -"The " { $vocab-link "pcre" } " vocab implements a simple binding for libpcre, enabling rich regular expression support for Factor applications." +"The " { $vocab-link "pcre" } " vocab implements a simple binding for libpcre, enabling rich regular expression support for Factor applications." $nl "Precompiling and optimizing a regular expression:" { $subsections } { $examples @@ -14,9 +14,7 @@ ARTICLE: "pcre" "PCRE binding" { $notes "Regular expressions are by default utf8 and unicode aware." } ; HELP: -{ $values - { "expr" string } -} +{ $values { "expr" string } { "compiled-pcre" compiled-pcre } } { $description "Creates a precompiled regular expression object." } ; HELP: findall