From 5d58d78502a6112a9534150fa6d6239b78a01889 Mon Sep 17 00:00:00 2001 From: Damien Lejay Date: Sat, 17 Jan 2026 19:18:47 +0100 Subject: [PATCH] tutorial: fix TODO8 wording (MathFunctions vs MathLogger) --- Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt b/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt index 7aebf48d36..386cd8228c 100644 --- a/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt +++ b/Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt @@ -14,7 +14,7 @@ target_sources(MathFunctions # MathLogger will only be used in the MathFunctions implementation, # not the headers -# TODO8: Add links to MathLogger for the OpAdd, OpMul, and OpSub libraries. +# TODO8: Add links to MathFunctions for the OpAdd, OpMul, and OpSub libraries. # Note that their headers will be exposed in the MathFunctions.h # header, and must be available to consumers.