diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2015-05-29 15:24:46 -0400 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2015-05-29 15:24:46 -0400 |
| commit | e9e2a11a6ae73c20312cb213cd32ce8c19ab5bc7 (patch) | |
| tree | 356f3875fc2d4fb356737284e0fc622bcad2e2d6 | |
| parent | 84254948c2e7eee3869e132453d7b870639890f3 (diff) | |
| parent | 16334e508e6c7feaea7cdf68649f6cbc29fadb3a (diff) | |
| download | rust-e9e2a11a6ae73c20312cb213cd32ce8c19ab5bc7.tar.gz rust-e9e2a11a6ae73c20312cb213cd32ce8c19ab5bc7.zip | |
Rollup merge of #25788 - maxjacobson:add-missing-space-to-glossary, r=steveklabnik
r? @steveklabnik
| -rw-r--r-- | src/doc/trpl/glossary.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/glossary.md b/src/doc/trpl/glossary.md index 9845fcbdcd1..c97da0e95b8 100644 --- a/src/doc/trpl/glossary.md +++ b/src/doc/trpl/glossary.md @@ -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 |
