summaryrefslogtreecommitdiff
path: root/doc/concepts/expressions.org
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2023-02-27 12:39:51 +0100
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-02-28 14:59:38 +0100
commitb9dec99ab48f95adbc27a6d12184fe2203c2c673 (patch)
tree41f53a990188f44d7e19beb0c8c3f468705ccadf /doc/concepts/expressions.org
parent6d28e7e77bafe30b6a30289d2755ca0bf49636bc (diff)
downloadjustbuild-b9dec99ab48f95adbc27a6d12184fe2203c2c673.tar.gz
Various typo fixes
Co-authored-by: Sascha Roloff <sascha.roloff@huawei.com>
Diffstat (limited to 'doc/concepts/expressions.org')
-rw-r--r--doc/concepts/expressions.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/concepts/expressions.org b/doc/concepts/expressions.org
index 2d10d9ff..ac66e878 100644
--- a/doc/concepts/expressions.org
+++ b/doc/concepts/expressions.org
@@ -37,9 +37,9 @@ mechanism; the precise evaluation is as follows.
- Atomic values (~null~, booleans, strings, numbers) evaluate to
themselves.
- For lists, each entry is evaluated in the order they occur in the
- list; the result of the valuation is the list of the results.
+ 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 ~"type"~ has be be present and has to be a literal string.
+ 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
evaluation depends on the syntactical construct. The syntactical