aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2022-06-22 17:47:16 -0400
committerEli Schwartz <eschwartz@archlinux.org>2022-06-27 18:29:48 -0400
commit8ef39090864bd6f14a9b628079840a411b129037 (patch)
tree8c11299704159051b63c57c74de8a882818cc79d /docs
parent0960cd3c23312f9945c07bc5b8af603bc17fae5a (diff)
downloadmeson-8ef39090864bd6f14a9b628079840a411b129037.zip
meson-8ef39090864bd6f14a9b628079840a411b129037.tar.gz
meson-8ef39090864bd6f14a9b628079840a411b129037.tar.bz2
docs: grammar nit
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/CMake-module.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/CMake-module.md b/docs/markdown/CMake-module.md
index c531756..813a1c0 100644
--- a/docs/markdown/CMake-module.md
+++ b/docs/markdown/CMake-module.md
@@ -54,7 +54,7 @@ be accessed with the methods listed [below](#subproject-object).
It is usually enough to just use the dependency object returned by the
`dependency()` method in the build targets. This is almost identical
-to using `declare_dependency()` object from a normal Meson subproject.
+to using the `declare_dependency()` object from a normal Meson subproject.
It is also possible to use executables defined in the CMake project as code
generators with the `target()` method: