Merge pull request #59 from bigeyesung/master

document words correction
This commit is contained in:
Thom Troy 2021-09-14 20:16:46 +01:00 committed by GitHub
commit 71d8b13d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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]