summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-06-16 11:49:03 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-06-16 11:49:17 (GMT)
commit8e4cda74fedacd423aa71498d11ec3a71cb1a318 (patch)
treea3dc5c4693a01f1ec5476187e0a0323b3c6cbc3c
parent57b97d30c012abec8b7e5204aa2527eeb51ca94f (diff)
parenta8679c997d05dffda9f0e892221da244177ee502 (diff)
downloadCMake-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.rst2
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