Skip to content

Commit 67ea1dc

Browse files
committed
rollup merge of #19989: th0114nd/quotes-around-as
2 parents 576467b + 15d5454 commit 67ea1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -934,7 +934,7 @@ kinds of view items:
934934

935935
```{.ebnf .gram}
936936
extern_crate_decl : "extern" "crate" crate_name
937-
crate_name: ident | ( string_lit as ident )
937+
crate_name: ident | ( string_lit "as" ident )
938938
```
939939

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

0 commit comments

Comments
 (0)