Rollup merge of #67421 - LeSeulArtichaut:patch-1, r=Centril

Fix internal documentation typo

r? @Centril
This commit is contained in:
Mark Rousskov 2019-12-19 17:53:56 -05:00 committed by GitHub
commit ac80d59e97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ use syntax_pos::edition;
pub type Result<T> = result::Result<T, ErrorReported>;
/// Represents a compiler session.
/// Can be used run `rustc_interface` queries.
/// Can be used to run `rustc_interface` queries.
/// Created by passing `Config` to `run_compiler`.
pub struct Compiler {
pub(crate) sess: Lrc<Session>,