summaryrefslogtreecommitdiff
path: root/docs/yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/yaml')
-rw-r--r--docs/yaml/objects/env.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/yaml/objects/env.yaml b/docs/yaml/objects/env.yaml
index 36d3aba50..d784c68b8 100644
--- a/docs/yaml/objects/env.yaml
+++ b/docs/yaml/objects/env.yaml
@@ -2,9 +2,8 @@ name: env
long_name: Environment
description: |
This object is returned by [[environment]] and stores
- detailed information about how environment variables should be set
- during tests. It should be passed as the `env` keyword argument to
- tests and other functions.
+ detailed information about how environment variables should be set.
+ It should be passed as the `env` keyword argument to tests and other functions.
*Since 0.58.0* [[env.append]] and [[env.prepend]] can be called multiple times
on the same `varname`. Earlier Meson versions would warn and only the last