diff options
Diffstat (limited to 'stdlib/source/specification')
-rw-r--r-- | stdlib/source/specification/lux/abstract/interval.lux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/source/specification/lux/abstract/interval.lux b/stdlib/source/specification/lux/abstract/interval.lux index c767e42fd..3fada2cf8 100644 --- a/stdlib/source/specification/lux/abstract/interval.lux +++ b/stdlib/source/specification/lux/abstract/interval.lux @@ -19,5 +19,5 @@ (_.test "No value is bigger than the top." (@//< @//top sample)) (_.test "No value is smaller than the bottom." - (order.> @//&order @//bottom sample)) + (order.> @//order @//bottom sample)) )))) |