diff options
Diffstat (limited to 'docs/markdown/Dlang-module.md')
-rw-r--r-- | docs/markdown/Dlang-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Dlang-module.md b/docs/markdown/Dlang-module.md index 7221698..915f3a7 100644 --- a/docs/markdown/Dlang-module.md +++ b/docs/markdown/Dlang-module.md @@ -35,7 +35,7 @@ dlang.generate_dub_file(meson.project_name().to_lower(), meson.source_root(), ) ``` -You can manually edit a meson generated `dub.json` file or provide a +You can manually edit a Meson generated `dub.json` file or provide a initial one. The module will only update the values specified in `generate_dub_file()`. |