Skip to content

Commit bfc02bd

Browse files
Fix documentation typo
1 parent c605199 commit bfc02bd

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)