diff options
author | Brad King <brad.king@kitware.com> | 2023-06-16 11:49:03 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-06-16 11:49:17 (GMT) |
commit | 8e4cda74fedacd423aa71498d11ec3a71cb1a318 (patch) | |
tree | a3dc5c4693a01f1ec5476187e0a0323b3c6cbc3c | |
parent | 57b97d30c012abec8b7e5204aa2527eeb51ca94f (diff) | |
parent | a8679c997d05dffda9f0e892221da244177ee502 (diff) | |
download | CMake-8e4cda74fedacd423aa71498d11ec3a71cb1a318.zip CMake-8e4cda74fedacd423aa71498d11ec3a71cb1a318.tar.gz CMake-8e4cda74fedacd423aa71498d11ec3a71cb1a318.tar.bz2 |
Merge topic 'fix_tutorial_step7_solution_text' into release-3.27
a8679c997d Tutorial: Extend literal include to contain full code changes in solution
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8563
-rw-r--r-- | Help/guide/tutorial/Adding System Introspection.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Adding System Introspection.rst b/Help/guide/tutorial/Adding System Introspection.rst index b314773..117b230 100644 --- a/Help/guide/tutorial/Adding System Introspection.rst +++ b/Help/guide/tutorial/Adding System Introspection.rst @@ -156,7 +156,7 @@ compute the square root in the ``mysqrt`` function. The ``mysqrt`` function in :name: MathFunctions/mysqrt.cxx-ifdef :language: c++ :start-after: // if we have both log and exp then use them - :end-before: // do ten iterations + :end-before: return result; .. raw:: html |