From 548040e17948e358f3fdeb6d625440957341810b Mon Sep 17 00:00:00 2001 From: Arcturus Date: Mon, 6 May 2019 07:20:59 +0000 Subject: [PATCH] fix typo --- chapters/basics/functions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapters/basics/functions.md b/chapters/basics/functions.md index c927cea..7a4f4da 100644 --- a/chapters/basics/functions.md +++ b/chapters/basics/functions.md @@ -2,7 +2,7 @@ ## Control flow -CMake has an «command:`if`» statement, though over the years is has become rather complex. There are a series of all caps keywords you can use inside an if statement, and you can often refer to variables by either directly by name or using the `${}` syntax (the if statement historically predates variable expansion). An example if statement: +CMake has an «command:`if`» statement, though over the years it has become rather complex. There are a series of all caps keywords you can use inside an if statement, and you can often refer to variables by either directly by name or using the `${}` syntax (the if statement historically predates variable expansion). An example if statement: ```cmake if(variable)