diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-29 11:08:32 +0200 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2024-04-29 11:36:09 +0200 |
commit | 0b011c635ae2e76f4329705f78b62e23364975cd (patch) | |
tree | d89ac78f5a09d4351ad6a20827ecec02400f94f2 /doc/concepts | |
parent | 5ab67696cc314dc9ca463114ecee826bcafbe9e7 (diff) | |
download | justbuild-0b011c635ae2e76f4329705f78b62e23364975cd.tar.gz |
expressions doc: Fix typos
Diffstat (limited to 'doc/concepts')
-rw-r--r-- | doc/concepts/expressions.md | 4 |
1 files changed, 2 insertions, 2 deletions
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 |