diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-03-16 05:27:04 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-03-19 10:47:21 (GMT) |
commit | 31fb693d06009abbb48c4f2a55ee8bb3278dbaee (patch) | |
tree | c7485f3b762e33dde7aa8d96057961d0b12e8735 /Help/manual | |
parent | 8a40da1b711db7065e53b50676b3757e9d5f0b1d (diff) | |
download | CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.zip CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.tar.gz CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.tar.bz2 |
Help: Fix typos and grammar in pre-3.29 docs
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-configure-log.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-configure-log.7.rst b/Help/manual/cmake-configure-log.7.rst index 4d64506..cb6cb90 100644 --- a/Help/manual/cmake-configure-log.7.rst +++ b/Help/manual/cmake-configure-log.7.rst @@ -56,7 +56,7 @@ step finished normally, ends with a ``...`` document marker line: A new document is appended to the log every time CMake configures the build tree and logs new events. -The keys of the each document root mapping are: +The keys of each document root mapping are: ``events`` A YAML block sequence of nodes corresponding to events logged during |