fix help-lint
parent
64af1a9e67
commit
01fcb1b856
|
@ -21,8 +21,9 @@ HELP: suffixes
|
||||||
|
|
||||||
HELP: from-to
|
HELP: from-to
|
||||||
{ $values
|
{ $values
|
||||||
{ "index" integer } { "suffix-array" "a suffix-array" } { "begin" sequence }
|
{ "index" integer } { "begin" sequence } { "suffix-array" "a suffix-array" }
|
||||||
{ "from" integer } { "to" integer } }
|
{ "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." } ;
|
{ $notes "Slices are [m,n) and we want (m,n) so we increment." } ;
|
||||||
|
|
||||||
HELP: query
|
HELP: query
|
||||||
|
|
Loading…
Reference in New Issue