From a4b43edb035e5465e52e6fe9ad8799d3bb01380a Mon Sep 17 00:00:00 2001 From: Chris Hewitt Date: Sat, 29 Jun 2019 23:17:13 -0400 Subject: [PATCH] Fix one-character inconsistency --- doc/0_Introduction.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/0_Introduction.markdown b/doc/0_Introduction.markdown index abc40f2b..13e6caa1 100644 --- a/doc/0_Introduction.markdown +++ b/doc/0_Introduction.markdown @@ -56,7 +56,7 @@ array( ``` This matches the structure of the code: An echo statement, which takes two strings as expressions, -with the values `Hi` and `World!`. +with the values `Hi` and `World`. You can also see that the AST does not contain any whitespace information (but most comments are saved). So using it for formatting analysis is not possible.