fix help-lint

db4
Doug Coleman 2008-10-01 16:04:32 -05:00
parent 64af1a9e67
commit 01fcb1b856
1 changed files with 3 additions and 2 deletions

View File

@ -21,8 +21,9 @@ HELP: suffixes
HELP: from-to
{ $values
{ "index" integer } { "suffix-array" "a suffix-array" } { "begin" sequence }
{ "from" integer } { "to" integer } }
{ "index" integer } { "begin" sequence } { "suffix-array" "a suffix-array" }
{ "from/f" "an integer or f" } { "to/f" "an integer or f" } }
{ $description "Finds the bounds of the suffix array that match the input sequence. A return value of " { $link f } " means that the endpoint is included." }
{ $notes "Slices are [m,n) and we want (m,n) so we increment." } ;
HELP: query