aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/type/unit/scale.lux
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/source/library/lux/type/unit/scale.lux')
-rw-r--r--stdlib/source/library/lux/type/unit/scale.lux5
1 files changed, 2 insertions, 3 deletions
diff --git a/stdlib/source/library/lux/type/unit/scale.lux b/stdlib/source/library/lux/type/unit/scale.lux
index 3a956baf0..fe2d020bf 100644
--- a/stdlib/source/library/lux/type/unit/scale.lux
+++ b/stdlib/source/library/lux/type/unit/scale.lux
@@ -53,9 +53,8 @@
(syntax (_ [it <code>.any])
(macro.with_symbols [g!a]
(in (list (` ((~! ///.by_example) [(~ g!a)]
- (..Scale (~ g!a))
- (~ it)
-
+ (is (..Scale (~ g!a))
+ (~ it))
(~ g!a))))))))
(with_template [<order_of_magnitude> <up> <up_type> <down> <down_type>]