Skip to content

Commit 0747968

Browse files
author
Berkus Karchebnyy
committed
Fix typo
1 parent b7c6e8f commit 0747968

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libsyntax_pos/hygiene.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ impl CompilerDesugaringKind {
540540
CompilerDesugaringKind::DotFill => "...",
541541
CompilerDesugaringKind::QuestionMark => "?",
542542
CompilerDesugaringKind::Catch => "do catch",
543-
CompilerDesugaringKind::ExistentialReturnType => "existental type",
543+
CompilerDesugaringKind::ExistentialReturnType => "existential type",
544544
})
545545
}
546546
}

0 commit comments

Comments
 (0)