diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-02 10:12:31 +0200 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2023-06-12 16:29:05 +0200 |
commit | ec1e9292a887dbb96668f75c1bc86f795ce1c780 (patch) | |
tree | 8ed17e43e16425c588057a321c1fd4b5f1c47d29 /doc/concepts/expressions.md | |
parent | b66a7359fbbff35af630c88c56598bbc06b393e1 (diff) | |
download | justbuild-ec1e9292a887dbb96668f75c1bc86f795ce1c780.tar.gz |
doc: Minor format and consistency improvements
Diffstat (limited to 'doc/concepts/expressions.md')
-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 9e8a8f36..b6aa0945 100644 --- a/doc/concepts/expressions.md +++ b/doc/concepts/expressions.md @@ -44,7 +44,7 @@ mechanism; the precise evaluation is as follows. themselves. - For lists, each entry is evaluated in the order they occur in the list; the result of the evaluation is the list of the results. - - For JSON objects (wich can be understood as maps, or dicts), the key + - For JSON objects (which can be understood as maps, or dicts), the key `"type"` has to be present and has to be a literal string. That string determines the syntactical construct (sloppily also referred to as "function") the object represents, and the remaining |