Help/tutorial: fix minor typos

Signed-off-by: Aiden Woodruff <aiden.woodruff@kitware.com>
This commit is contained in:
Aiden Woodruff
2026-06-19 16:33:59 -04:00
committed by Brad King
parent 88e8d67888
commit 15bd933fc4
2 changed files with 2 additions and 2 deletions

View File

@@ -596,7 +596,7 @@ Continue to edit files from ``Step1``. Start on ``TODO 7`` and complete through
``TODO 9``. In this exercise, we need to add the ``MathFunctions`` target to
the ``Tutorial`` target's linked libraries using :command:`target_link_libraries`.
After modifying the CML, update ``tutorial.cxx`` to use the
After modifying the CML, update ``Tutorial.cxx`` to use the
``mathfunctions::sqrt()`` function instead of ``std::sqrt``.
Build and Run

View File

@@ -8,7 +8,7 @@ target_sources(TestMathFunctions
# TODO1: Find the SimpleTest package. This should be a required dependency when
# building tests.
# TODO2: Add the SimpleTest::SimpleTest target to Test MathFunctions
# TODO2: Add the SimpleTest::SimpleTest target to TestMathFunctions
target_link_libraries(TestMathFunctions
PRIVATE