Skip to content

Commit

Permalink
Put quotes around "as", because it's a keyword.
Browse files Browse the repository at this point in the history
  • Loading branch information
th0114nd committed Dec 18, 2014
1 parent f9a4849 commit 15d5454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/reference.md
Expand Up @@ -934,7 +934,7 @@ kinds of view items:

```{.ebnf .gram}
extern_crate_decl : "extern" "crate" crate_name
crate_name: ident | ( string_lit as ident )
crate_name: ident | ( string_lit "as" ident )
```

An _`extern crate` declaration_ specifies a dependency on an external crate.
Expand Down

0 comments on commit 15d5454

Please sign in to comment.