Просмотр исходного кода

Tutorial: fix a thinko in a TODO item

shynur 1 месяц назад
Родитель
Сommit
1d8d22c0be
1 измененных файлов с 4 добавлено и 3 удалено
  1. 4 3
      Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt

+ 4 - 3
Help/guide/tutorial/Step5/MathFunctions/CMakeLists.txt

@@ -14,9 +14,10 @@ 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.
-#        Note that their headers will be exposed in the MathFunctions.h
-#        header, and must be available to consumers.
+# TODO8: Add links to OpAdd, OpMul, and OpSub libraries for the
+#        MathFunctions library.  Note that their headers will be
+#        exposed in the MathFunctions.h header, and must be available
+#        to consumers.
 
 target_compile_features(MathFunctions PRIVATE cxx_std_20)