summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.63.0.md
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@strace.io>2024-08-12 08:00:00 +0000
committerJussi Pakkanen <jpakkane@gmail.com>2024-08-12 18:14:44 +0300
commitdb22551ed9d2dd7889abea01cc1c7bba02bf1c75 (patch)
tree7274a820c19a529e69e88041ca917052b21e7d7a /docs/markdown/Release-notes-for-0.63.0.md
parent8ef4e34cae956cb48cf0d22667c6e18af1340519 (diff)
downloadmeson-db22551ed9d2dd7889abea01cc1c7bba02bf1c75.tar.gz
docs: fix a few grammar and formatting issues
Diffstat (limited to 'docs/markdown/Release-notes-for-0.63.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.63.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Release-notes-for-0.63.0.md b/docs/markdown/Release-notes-for-0.63.0.md
index 3b47ff4eb..ed0239e5c 100644
--- a/docs/markdown/Release-notes-for-0.63.0.md
+++ b/docs/markdown/Release-notes-for-0.63.0.md
@@ -47,7 +47,7 @@ ptr_size = meson.get_compiler('d').sizeof('void*')
## Deprecate an option and replace it with a new one
The `deprecated` keyword argument can now take the name of a new option
-that replace this option. In that case, setting a value on the deprecated option
+that replaces this option. In that case, setting a value on the deprecated option
will set the value on both the old and new names, assuming they accept the same
values.