summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/concepts/expressions.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/concepts/expressions.md b/doc/concepts/expressions.md
index 4db7c8cb..79b114f3 100644
--- a/doc/concepts/expressions.md
+++ b/doc/concepts/expressions.md
@@ -248,7 +248,7 @@ those) argument(s) to obtain the final result.
result is the input list, except that for all duplicate
values, all but the rightmost occurrence is removed.
- - `"nub_list"` The argument has to be a list. It is an error
+ - `"nub_left"` The argument has to be a list. It is an error
if that list contains (directly or indirectly) a name. The
result is the input list, except that for all duplicate
values, all but the leftmost occurrence is removed.