diff options
author | Nikita Nemkin <nikita@nemkin.ru> | 2020-12-01 17:58:21 (GMT) |
---|---|---|
committer | Nikita Nemkin <nikita@nemkin.ru> | 2020-12-02 16:00:31 (GMT) |
commit | 5000f93a91a5a9f0964d415692ffc05df0114eb1 (patch) | |
tree | 689615c1220d7338e4e464f23edf4580413b3e52 /Help/command/string.rst | |
parent | 8fea95319bcaac741faf93bd66b3a1838b56a418 (diff) | |
download | CMake-5000f93a91a5a9f0964d415692ffc05df0114eb1.zip CMake-5000f93a91a5a9f0964d415692ffc05df0114eb1.tar.gz CMake-5000f93a91a5a9f0964d415692ffc05df0114eb1.tar.bz2 |
Help: Fix grammar in `.. versionadded` directives
Issue: #19715
Diffstat (limited to 'Help/command/string.rst')
-rw-r--r-- | Help/command/string.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst index 178d9d3..8ad0089 100644 --- a/Help/command/string.rst +++ b/Help/command/string.rst @@ -335,7 +335,7 @@ Comparison Compare the strings and store true or false in the ``<output_variable>``. .. versionadded:: 3.7 - Added ``LESS_EQUAL`` and ``GREATER_EQUAL`` options. + Added the ``LESS_EQUAL`` and ``GREATER_EQUAL`` options. .. _`Supported Hash Algorithms`: @@ -373,7 +373,7 @@ The supported ``<HASH>`` algorithm names are: Keccak SHA-3. .. versionadded:: 3.8 - Added ``SHA3`` hash algorithms. + Added the ``SHA3_*`` hash algorithms. Generation ^^^^^^^^^^ |