We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cb9914 commit 16334e5Copy full SHA for 16334e5
src/doc/trpl/glossary.md
@@ -19,7 +19,7 @@ In the example above `x` and `y` have arity 2. `z` has arity 3.
19
20
When a compiler is compiling your program, it does a number of different
21
things. One of the things that it does is turn the text of your program into an
22
-‘abstract syntax tree’, or‘AST’. This tree is a representation of the
+‘abstract syntax tree’, or ‘AST’. This tree is a representation of the
23
structure of your program. For example, `2 + 3` can be turned into a tree:
24
25
```text
0 commit comments