summaryrefslogtreecommitdiff
path: root/docs/markdown/IDE-integration.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/IDE-integration.md')
-rw-r--r--docs/markdown/IDE-integration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/IDE-integration.md b/docs/markdown/IDE-integration.md
index eb3881ba2..d31606eb7 100644
--- a/docs/markdown/IDE-integration.md
+++ b/docs/markdown/IDE-integration.md
@@ -338,7 +338,7 @@ The output format is as follows:
```json
[
"/Path/to/the/targets/meson.build",
- "/Path/to/the/targets/meson_options.txt",
+ "/Path/to/the/targets/meson.options",
"/Path/to/the/targets/subdir/meson.build"
]
```