Skip to content

Commit

Permalink
Rollup merge of #59957 - krk:fix-doctypo-symbol, r=jonas-schievink
Browse files Browse the repository at this point in the history
Add missing backtick to Symbol documentation.
  • Loading branch information
Centril committed Apr 14, 2019
2 parents 9506f62 + 8f3fd85 commit c348bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsyntax_pos/symbol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ impl Decodable for Ident {
}

/// A symbol is an interned or gensymed string. The use of `newtype_index!` means
/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index! reserves
/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index!` reserves
/// the last 256 values for tagging purposes.
///
/// Note that `Symbol` cannot directly be a `newtype_index!` because it implements
Expand Down

0 comments on commit c348bb6

Please sign in to comment.