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/message.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/message.rst')
-rw-r--r-- | Help/command/message.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/message.rst b/Help/command/message.rst index 3ea82a6..e44803e 100644 --- a/Help/command/message.rst +++ b/Help/command/message.rst @@ -72,7 +72,7 @@ influences the way the message is handled: removed before releasing the project, packaging up the files, etc. .. versionadded:: 3.15 - Added ``NOTICE``, ``VERBOSE``, ``DEBUG``, and ``TRACE`` levels. + Added the ``NOTICE``, ``VERBOSE``, ``DEBUG``, and ``TRACE`` levels. The CMake command-line tool displays ``STATUS`` to ``TRACE`` messages on stdout with the message preceded by two hyphens and a space. All other message types |