diff options
author | Craig Scott <craig.scott@crascit.com> | 2022-07-23 21:30:53 +1000 |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2022-07-23 21:30:53 +1000 |
commit | 76370e06b8bf1631f7329180e58f522cc470ddfa (patch) | |
tree | eb8e6bfbe73cd10fc55dabcd0cdadd8f9abf85aa /Help | |
parent | 66077528f944b1753715defd443f77e614874eb6 (diff) | |
download | cmake-76370e06b8bf1631f7329180e58f522cc470ddfa.tar.gz |
Help: Minor grammar fix for the Using Dependencies manual
Diffstat (limited to 'Help')
-rw-r--r-- | Help/guide/using-dependencies/index.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/using-dependencies/index.rst b/Help/guide/using-dependencies/index.rst index 6cab7ef479..bb519ad135 100644 --- a/Help/guide/using-dependencies/index.rst +++ b/Help/guide/using-dependencies/index.rst @@ -388,7 +388,7 @@ can still be built out-of-the-box. The developer, on the other hand, may be much more interested in controlling *how* a dependency is provided to the project. You might want to use a -particular version of a package that you built themself. You might want +particular version of a package that you built yourself. You might want to use a third party package manager. You might want to redirect some requests to a different URL on a system you control for security or performance reasons. CMake supports these sort of scenarios through |