1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-19 19:43:23 +08:00

Help: Fix wording in tutorial workflow description

This commit is contained in:
Brad King
2025-04-25 11:10:10 -04:00
parent f4d41e7166
commit e07effe49c

View File

@@ -17,7 +17,7 @@ the ``Build and Run`` section will walk step-by-step through how to build and
test the exercise. Finally, at the end of each exercise the intended solution
is discussed.
Also note that each step in the tutorial builds on the next. So, for example,
Also note that each step in the tutorial builds on the previous. For example,
the starting code for ``Step2`` is the complete solution to ``Step1``.
Exercise 1 - Building a Basic Project