Skip to content

Commit a4b43ed

Browse files
chris-hewittnikic
authored andcommitted
Fix one-character inconsistency
1 parent 3cf61fd commit a4b43ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/0_Introduction.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ array(
5656
```
5757

5858
This matches the structure of the code: An echo statement, which takes two strings as expressions,
59-
with the values `Hi` and `World!`.
59+
with the values `Hi` and `World`.
6060

6161
You can also see that the AST does not contain any whitespace information (but most comments are saved).
6262
So using it for formatting analysis is not possible.

0 commit comments

Comments
 (0)