Skip to content

Commit

Permalink
Rollup merge of #131529 - suaviloquence:1-fix-typo, r=aDotInTheVoid
Browse files Browse the repository at this point in the history
rustdoc-json-types: fix typo in comment
  • Loading branch information
matthiaskrgr authored Oct 11, 2024
2 parents cac3628 + 1b5c054 commit d590d21
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 d590d21

Please sign in to comment.