about summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlex Crichton <alex@alexcrichton.com>2014-12-21 00:04:07 -0800
committerAlex Crichton <alex@alexcrichton.com>2014-12-21 09:26:45 -0800
commit67ea1dc4bfef37d162508226f34bbaae50888fc2 (patch)
treec67ce45e99ab8bfa761d2b3893ab284652f2573e
parent576467b4927d55dc47c28d9b8732db165522e2e2 (diff)
parent15d54549d7311893eacd43d7d6cb527ac2acf944 (diff)
downloadrust-67ea1dc4bfef37d162508226f34bbaae50888fc2.tar.gz
rust-67ea1dc4bfef37d162508226f34bbaae50888fc2.zip
rollup merge of #19989: th0114nd/quotes-around-as
-rw-r--r--src/doc/reference.md2
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.