aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.47.0.md
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-01-31 18:00:24 +0200
commit27abed4a707ba69b019822a0a0e3c045542b4443 (patch)
treeb32990d77af51d03e98c01a3a1af78def756b26f /docs/markdown/Release-notes-for-0.47.0.md
parent4bde7f31ae5fa162a514f3d876d38943fcdff406 (diff)
downloadmeson-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/Release-notes-for-0.47.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.47.0.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/markdown/Release-notes-for-0.47.0.md b/docs/markdown/Release-notes-for-0.47.0.md
index df230dd..175126e 100644
--- a/docs/markdown/Release-notes-for-0.47.0.md
+++ b/docs/markdown/Release-notes-for-0.47.0.md
@@ -166,7 +166,7 @@ the same as `-Dopt=[]`, an empty list.
## Feature detection based on `meson_version:` in `project()`
Meson will now print a `WARNING:` message during configuration if you
-use a function or a keyword argument that was added in a meson version
+use a function or a keyword argument that was added in a Meson version
that's newer than the version specified inside `project()`. For
example:
@@ -257,7 +257,7 @@ directories created in the install tree. Files will preserve their
executable mode, but the exact permissions will obey the
`install_umask`.
-The `install_umask` can be overridden in the meson command-line:
+The `install_umask` can be overridden in the Meson command-line:
```console
$ meson --install-umask=027 builddir/