document words correction

This commit is contained in:
chenhsi
2021-03-18 15:42:07 +08:00
parent c992319a5a
commit 4cb6567869

View File

@@ -78,7 +78,7 @@ add_subdirectory(subbinary)
When a project is created using the `project()` command, CMake will automatically
create a number of variables which can be used to reference details about the project.
These variables can then be used by other sub-projects or the main project. For exampe,
These variables can then be used by other sub-projects or the main project. For example,
to reference the source directory for a different project you can use.
[source,cmake]