math.intervals: help lint fix

Slava Pestov 2009-08-19 16:08:52 -05:00
parent c9cc1fa6a9
commit 5d3533bc93
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ HELP: interval-bitnot
{ $description "Computes the bitwise complement of the interval." } ; { $description "Computes the bitwise complement of the interval." } ;
HELP: points>interval HELP: points>interval
{ $values { "seq" "a sequence of " { $snippet "{ point included? }" } " pairs" } { "interval" interval } } { $values { "seq" "a sequence of " { $snippet "{ point included? }" } " pairs" } { "interval" interval } { "nan?" "true if the computation produced NaNs" } }
{ $description "Outputs the smallest interval containing all of the endpoints." } { $description "Outputs the smallest interval containing all of the endpoints." }
; ;