summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSertonix <sertonix@posteo.net>2025-11-17 12:26:59 +0000
committerDylan Baker <dylan@pnwbakers.com>2025-11-17 09:59:11 -0800
commit498e5a6b9f90c2c8cb39fc86817a848c50348a38 (patch)
treee5a94639e70f91012512ae05b2681d8c839cb6d4
parent4fdc1172b7aada1f3335d28c60bfdc4b01ef7ab8 (diff)
downloadmeson-498e5a6b9f90c2c8cb39fc86817a848c50348a38.tar.gz
docs: fix typo
-rw-r--r--docs/yaml/functions/install_data.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/install_data.yaml b/docs/yaml/functions/install_data.yaml
index b9aedca84..516ca14b5 100644
--- a/docs/yaml/functions/install_data.yaml
+++ b/docs/yaml/functions/install_data.yaml
@@ -4,7 +4,7 @@ description: |
Installs files from the source tree that are listed as positional arguments.
Please note that this can only install static files from the source tree.
Generated files are installed via the `install_dir:` kwarg on the respective
- generators, such as `custom_target()` or `configure_file().
+ generators, such as `custom_target()` or `configure_file()`.
See [Installing](Installing.md) for more examples.