From 0b011c635ae2e76f4329705f78b62e23364975cd Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Mon, 29 Apr 2024 11:08:32 +0200 Subject: expressions doc: Fix typos --- doc/concepts/expressions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/concepts/expressions.md b/doc/concepts/expressions.md index d54bf34f..aead2c31 100644 --- a/doc/concepts/expressions.md +++ b/doc/concepts/expressions.md @@ -271,7 +271,7 @@ those) argument(s) to obtain the final result. neutral element 0). - `"*"` The argument has to be a list of numbers. The result - is their product (where the producut of the empty list is, of + is their product (where the product of the empty list is, of course, the neutral element 1). - `"map_union"` The argument has to be a list of maps. The @@ -307,7 +307,7 @@ those) argument(s) to obtain the final result. default `""`). - `"escape_chars"` Prefix every in the argument every - character occuring in `"chars"` (a string, default `""`) by + character occurring in `"chars"` (a string, default `""`) by `"escape_prefix"` (a strings, default `"\"`). - `"to_subdir"` The argument has to be a map (not necessarily -- cgit v1.2.3