diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-10-09 13:04:17 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-10-09 17:46:19 +0200 |
commit | 5802481e1162f17cbbe6372878941252abf36c39 (patch) | |
tree | b866b337bc31d369df089f6a030b7a9a44c4ca87 /doc/concepts | |
parent | 9956e8369abf6e4735a78e30a78d010e562bea9d (diff) | |
download | justbuild-5802481e1162f17cbbe6372878941252abf36c39.tar.gz |
doc: fix a typo
Diffstat (limited to 'doc/concepts')
-rw-r--r-- | doc/concepts/expressions.md | 2 |
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. |