Fix typo in between? stack effect docs
parent
020c011d00
commit
23b3535053
|
@ -58,7 +58,7 @@ HELP: clamp
|
|||
{ $description "Outputs " { $snippet "x" } " if contained in the interval " { $snippet "[min,max]" } " or else outputs one of the endpoints." } ;
|
||||
|
||||
HELP: between?
|
||||
{ $values { "x" object } { "y" object } { "z" real } { "?" "a boolean" } }
|
||||
{ $values { "x" object } { "y" object } { "z" object } { "?" "a boolean" } }
|
||||
{ $description "Tests if " { $snippet "x" } " is in the interval " { $snippet "[y,z]" } "." }
|
||||
{ $notes "As per the closed interval notation, the end-points are included in the interval." } ;
|
||||
|
||||
|
|
Loading…
Reference in New Issue