Skip to content

Commit

Permalink
Rollup merge of rust-lang#131529 - suaviloquence:1-fix-typo, r=aDotIn…
Browse files Browse the repository at this point in the history
…TheVoid

rustdoc-json-types: fix typo in comment
  • Loading branch information
Zalathar authored Oct 11, 2024
2 parents 4e91dd2 + 1b5c054 commit 28b2059
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustdoc-json-types/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 28b2059

Please sign in to comment.