Skip to content

Commit 86d2129

Browse files
committed
fix it's -> its in doc comment
1 parent ce55b20 commit 86d2129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_errors/src/diagnostic.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ impl<'a, G: EmissionGuarantee> Diag<'a, G> {
880880
)
881881
} }
882882

883-
/// Show a suggestion that has multiple parts to it, always as it's own subdiagnostic.
883+
/// Show a suggestion that has multiple parts to it, always as its own subdiagnostic.
884884
/// In other words, multiple changes need to be applied as part of this suggestion.
885885
#[rustc_lint_diagnostics]
886886
pub fn multipart_suggestion_verbose(

0 commit comments

Comments
 (0)