Skip to content

Commit

Permalink
Rollup merge of rust-lang#25788 - maxjacobson:add-missing-space-to-gl…
Browse files Browse the repository at this point in the history
…ossary, r=steveklabnik

r? @steveklabnik
  • Loading branch information
steveklabnik committed May 29, 2015
2 parents 05ec837 + 16334e5 commit 3224c57
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 3224c57

Please sign in to comment.