mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
Merge topic 'doc-release-3.29-typos' into release-3.29
eceb368cccHelp: Fix typos in 3.29 docs31fb693d06Help: Fix typos and grammar in pre-3.29 docs Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !9353
This commit is contained in:
@@ -180,7 +180,7 @@ File Operations
|
||||
|
||||
.. note::
|
||||
Prefer ``if(IS_READABLE)`` to check file readability. ``if(EXISTS)``
|
||||
may be changed in the future to to only check file existence.
|
||||
may be changed in the future to only check file existence.
|
||||
|
||||
.. signature:: if(IS_READABLE <path-to-file-or-directory>)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user