diff options
| author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
|---|---|---|
| committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 19:49:20 +0000 |
| commit | 474f4813c477c30bed842baa706170e5e902838c (patch) | |
| tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Dlang-module.md | |
| parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
| download | meson-474f4813c477c30bed842baa706170e5e902838c.tar.gz | |
Capitalize "Meson" consistently as it is a proper name. [skip ci]
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 7221698c9..915f3a79e 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()`. |
