From 4cb656786921b079577be18c53808af4377dde31 Mon Sep 17 00:00:00 2001 From: chenhsi Date: Thu, 18 Mar 2021 15:42:07 +0800 Subject: [PATCH] document words correction --- 02-sub-projects/A-basic/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-sub-projects/A-basic/README.adoc b/02-sub-projects/A-basic/README.adoc index 9c7933c..9660d9e 100644 --- a/02-sub-projects/A-basic/README.adoc +++ b/02-sub-projects/A-basic/README.adoc @@ -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]