Fix typo in ExpnData documentation

This mis-highlighted the entire documentation as code.
This commit is contained in:
Joshua Nelson 2020-09-27 00:09:45 -04:00
parent cbc5e4d4d5
commit d9fc5b5ea8
1 changed files with 1 additions and 1 deletions

View File

@ -702,7 +702,7 @@ pub struct ExpnData {
/// The `DefId` of the macro being invoked,
/// if this `ExpnData` corresponds to a macro invocation
pub macro_def_id: Option<DefId>,
/// The crate that originally created this `ExpnData. During
/// The crate that originally created this `ExpnData`. During
/// metadata serialization, we only encode `ExpnData`s that were
/// created locally - when our serialized metadata is decoded,
/// foreign `ExpnId`s will have their `ExpnData` looked up