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:18 (GMT)
commit7956b1f7b168fd6c64eb207561ea15c9480cc052 (patch)
tree541b5d5483c81d985be84d2cd62ad6d2b9112b1d
parentda211a5996cb100d06017a28d534c674ebe819f0 (diff)
parenta8679c997d05dffda9f0e892221da244177ee502 (diff)
downloadCMake-7956b1f7b168fd6c64eb207561ea15c9480cc052.zip
CMake-7956b1f7b168fd6c64eb207561ea15c9480cc052.tar.gz
CMake-7956b1f7b168fd6c64eb207561ea15c9480cc052.tar.bz2
Merge topic 'fix_tutorial_step7_solution_text'
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