diff options
author | betsy.mcphail <betsy.mcphail@kitware.com> | 2023-09-07 14:57:19 (GMT) |
---|---|---|
committer | betsy.mcphail <betsy.mcphail@kitware.com> | 2023-09-07 14:57:19 (GMT) |
commit | a94a4c12e159cce602cf44bf11c6e7087e957892 (patch) | |
tree | 4f8272d1f090fb4a61fb6beba167a9dd9a0edbf0 /Help/guide/tutorial/Adding a Library.rst | |
parent | 1c5e4b60b1776504fb75878dda05a5e7c862decb (diff) | |
download | CMake-a94a4c12e159cce602cf44bf11c6e7087e957892.zip CMake-a94a4c12e159cce602cf44bf11c6e7087e957892.tar.gz CMake-a94a4c12e159cce602cf44bf11c6e7087e957892.tar.bz2 |
Tutorial: Fix-up typos and inconsistencies
* Fix typo in Step 2
* Fix incorrect code referenced in Step 3, TODO 7. Update comments in
MathFunctions/CMakeLists.txt to unique strings.
* Resolve inconsistencies between steps in MathFunctions/CMakeLists.txt
Diffstat (limited to 'Help/guide/tutorial/Adding a Library.rst')
-rw-r--r-- | Help/guide/tutorial/Adding a Library.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Adding a Library.rst b/Help/guide/tutorial/Adding a Library.rst index 178334a..18ced97 100644 --- a/Help/guide/tutorial/Adding a Library.rst +++ b/Help/guide/tutorial/Adding a Library.rst @@ -184,7 +184,7 @@ Now let's use our library. In ``tutorial.cxx``, include ``MathFunctions.h``: </details> -Lastly, replace ``sqrt`` with our library function ``mathfunctions::mysqrt``. +Lastly, replace ``sqrt`` with the wrapper function ``mathfunctions::sqrt``. .. raw:: html |