diff options
| author | Yotam Ofek <yotam.ofek@gmail.com> | 2025-01-11 13:16:56 +0000 |
|---|---|---|
| committer | Yotam Ofek <yotam.ofek@gmail.com> | 2025-01-11 13:16:56 +0000 |
| commit | 86d2129a780233ab0162ce00a29ea8e95c5e8bbb (patch) | |
| tree | f6d50194780d8e88a04dcdb957bc0fb4342059bc /compiler/rustc_errors | |
| parent | ce55b2052db2c9d6deb2dbc5cb2f56d163515a99 (diff) | |
| download | rust-86d2129a780233ab0162ce00a29ea8e95c5e8bbb.tar.gz rust-86d2129a780233ab0162ce00a29ea8e95c5e8bbb.zip | |
fix `it's` -> `its` in doc comment
Diffstat (limited to 'compiler/rustc_errors')
| -rw-r--r-- | compiler/rustc_errors/src/diagnostic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_errors/src/diagnostic.rs b/compiler/rustc_errors/src/diagnostic.rs index afce877547f..797dcd7b4d1 100644 --- a/compiler/rustc_errors/src/diagnostic.rs +++ b/compiler/rustc_errors/src/diagnostic.rs @@ -880,7 +880,7 @@ impl<'a, G: EmissionGuarantee> Diag<'a, G> { ) } } - /// Show a suggestion that has multiple parts to it, always as it's own subdiagnostic. + /// Show a suggestion that has multiple parts to it, always as its own subdiagnostic. /// In other words, multiple changes need to be applied as part of this suggestion. #[rustc_lint_diagnostics] pub fn multipart_suggestion_verbose( |
