summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Ferrell <markus.ferrell@kitware.com>2023-06-14 23:34:41 (GMT)
committerBrad King <brad.king@kitware.com>2023-06-15 13:29:16 (GMT)
commita8679c997d05dffda9f0e892221da244177ee502 (patch)
treea3dc5c4693a01f1ec5476187e0a0323b3c6cbc3c
parent57b97d30c012abec8b7e5204aa2527eeb51ca94f (diff)
downloadCMake-a8679c997d05dffda9f0e892221da244177ee502.zip
CMake-a8679c997d05dffda9f0e892221da244177ee502.tar.gz
CMake-a8679c997d05dffda9f0e892221da244177ee502.tar.bz2
Tutorial: Extend literal include to contain full code changes in solution
The solution for step 7 todo 5 did not include all of the code changes. Modify it to include the needed `#endif` code change.
-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