Skip to content

Commit

Permalink
Add a missing space to the Glossary page of TRPL
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed May 26, 2015
1 parent 7cb9914 commit 16334e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ In the example above `x` and `y` have arity 2. `z` has arity 3.

When a compiler is compiling your program, it does a number of different
things. One of the things that it does is turn the text of your program into an
‘abstract syntax tree’, or‘AST’. This tree is a representation of the
‘abstract syntax tree’, or ‘AST’. This tree is a representation of the
structure of your program. For example, `2 + 3` can be turned into a tree:

```text
Expand Down

0 comments on commit 16334e5

Please sign in to comment.