aboutsummaryrefslogtreecommitdiff
path: root/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--stdlib/source/library/lux/data/collection/dictionary/ordered.lux4
1 files changed, 2 insertions, 2 deletions
diff --git a/stdlib/source/library/lux/data/collection/dictionary/ordered.lux b/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
index d7e8d99d1..217c07d1e 100644
--- a/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
+++ b/stdlib/source/library/lux/data/collection/dictionary/ordered.lux
@@ -162,7 +162,7 @@
{#Black}
(with_expansions
- [<default_behavior> (as_is (black (the #key center)
+ [<default_behavior> (these (black (the #key center)
(the #value center)
{.#Some addition}
(the #right center)))]
@@ -211,7 +211,7 @@
{#Black}
(with_expansions
- [<default_behavior> (as_is (black (the #key center)
+ [<default_behavior> (these (black (the #key center)
(the #value center)
(the #left center)
{.#Some addition}))]