Skip to content

Commit 5d7b61e

Browse files
authored
Unrolled build for rust-lang#131529
Rollup merge of rust-lang#131529 - suaviloquence:1-fix-typo, r=aDotInTheVoid rustdoc-json-types: fix typo in comment
2 parents ce697f9 + 1b5c054 commit 5d7b61e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rustdoc-json-types/lib.rs

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

0 commit comments

Comments
 (0)