diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2014-12-21 00:04:07 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2014-12-21 09:26:45 -0800 |
| commit | 67ea1dc4bfef37d162508226f34bbaae50888fc2 (patch) | |
| tree | c67ce45e99ab8bfa761d2b3893ab284652f2573e | |
| parent | 576467b4927d55dc47c28d9b8732db165522e2e2 (diff) | |
| parent | 15d54549d7311893eacd43d7d6cb527ac2acf944 (diff) | |
| download | rust-67ea1dc4bfef37d162508226f34bbaae50888fc2.tar.gz rust-67ea1dc4bfef37d162508226f34bbaae50888fc2.zip | |
rollup merge of #19989: th0114nd/quotes-around-as
| -rw-r--r-- | src/doc/reference.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/reference.md b/src/doc/reference.md index 3d4791e916e..88330536d45 100644 --- a/src/doc/reference.md +++ b/src/doc/reference.md @@ -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. |
