Rollup merge of #131529 - suaviloquence:1-fix-typo, r=aDotInTheVoid

rustdoc-json-types: fix typo in comment
This commit is contained in:
Matthias Krüger 2024-10-11 12:21:08 +02:00 committed by GitHub
commit d590d21ba7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -677,7 +677,7 @@ pub struct FunctionHeader {
/// on unwinding for more info.
#[derive(Clone, Debug, PartialEq, Eq, Hash, Serialize, Deserialize)]
pub enum Abi {
// We only have a concrete listing here for stable ABI's because their are so many
// We only have a concrete listing here for stable ABI's because there are so many
// See rustc_ast_passes::feature_gate::PostExpansionVisitor::check_abi for the list
/// The default ABI, but that can also be written explicitly with `extern "Rust"`.
Rust,