summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/pass_file_to_add_script.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/pass_file_to_add_script.md')
-rw-r--r--docs/markdown/snippets/pass_file_to_add_script.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/pass_file_to_add_script.md b/docs/markdown/snippets/pass_file_to_add_script.md
index 10d08e0e8..96a4aa2f7 100644
--- a/docs/markdown/snippets/pass_file_to_add_script.md
+++ b/docs/markdown/snippets/pass_file_to_add_script.md
@@ -1,7 +1,7 @@
## The `add_*_script` methods now accept a File as the first argument
Meson now accepts `file` objects, including those produced by
-`configure_file` as the `prog` (first) parameter of the various
+`configure_file`, as the first parameter of the various
`add_*_script` methods
```meson