Skip to content

Commit 4ff4d6c

Browse files
authored
Rollup merge of #67421 - LeSeulArtichaut:patch-1, r=Centril
Fix internal documentation typo r? @Centril
2 parents c014c45 + bfc02bd commit 4ff4d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_interface/interface.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ use syntax_pos::edition;
2525
pub type Result<T> = result::Result<T, ErrorReported>;
2626

2727
/// Represents a compiler session.
28-
/// Can be used run `rustc_interface` queries.
28+
/// Can be used to run `rustc_interface` queries.
2929
/// Created by passing `Config` to `run_compiler`.
3030
pub struct Compiler {
3131
pub(crate) sess: Lrc<Session>,

0 commit comments

Comments
 (0)