diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2021-01-31 18:00:24 +0200 |
commit | 27abed4a707ba69b019822a0a0e3c045542b4443 (patch) | |
tree | b32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Configuring-a-build-directory.md | |
parent | 4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff) | |
download | meson-capitalization.zip meson-capitalization.tar.gz meson-capitalization.tar.bz2 |
Capitalize "Meson" consistently as it is a proper name. [skip ci]capitalization
Diffstat (limited to 'docs/markdown/Configuring-a-build-directory.md')
-rw-r--r-- | docs/markdown/Configuring-a-build-directory.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Configuring-a-build-directory.md b/docs/markdown/Configuring-a-build-directory.md index 0b6053c..c552676 100644 --- a/docs/markdown/Configuring-a-build-directory.md +++ b/docs/markdown/Configuring-a-build-directory.md @@ -116,5 +116,5 @@ all the work required to bring your build tree up to date. Since 0.50.0, it is also possible to get a list of all build options by invoking [`meson configure`](Commands.md#configure) with the project source directory or the path to the root `meson.build`. In -this case, meson will print the default values of all options similar +this case, Meson will print the default values of all options similar to the example output from above. |