Fix typo in method name
unsuccessfull -> unsuccessful
This commit is contained in:
parent
60b4082d5f
commit
10487cd784
3 changed files with 3 additions and 3 deletions
|
@ -245,7 +245,7 @@ impl<'a> DiagnosticBuilder<'a> {
|
|||
found_extra: &dyn fmt::Display,
|
||||
) -> &mut Self);
|
||||
|
||||
forward!(pub fn note_unsuccessfull_coercion(
|
||||
forward!(pub fn note_unsuccessful_coercion(
|
||||
&mut self,
|
||||
expected: DiagnosticStyledString,
|
||||
found: DiagnosticStyledString,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue