From 5802481e1162f17cbbe6372878941252abf36c39 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Wed, 9 Oct 2024 13:04:17 +0200 Subject: doc: fix a typo --- doc/concepts/expressions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/concepts') 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. -- cgit v1.2.3