diff options
| author | LeSeulArtichaut <38361244+LeSeulArtichaut@users.noreply.github.com> | 2019-12-19 12:58:42 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-19 12:58:42 +0100 |
| commit | bfc02bdd3ce81caa8faecb5e5980d177bc165abe (patch) | |
| tree | e52d4e4aa75d511d4934e2429a4e75f2d952a2ba /src | |
| parent | c605199e89572e586a5f37bc698c48b6a10896fb (diff) | |
| download | rust-bfc02bdd3ce81caa8faecb5e5980d177bc165abe.tar.gz rust-bfc02bdd3ce81caa8faecb5e5980d177bc165abe.zip | |
Fix documentation typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/librustc_interface/interface.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_interface/interface.rs b/src/librustc_interface/interface.rs index beb2465bd4a..2365fc3ee2e 100644 --- a/src/librustc_interface/interface.rs +++ b/src/librustc_interface/interface.rs @@ -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>, |
