diff options
| author | m <m@mcarr.one> | 2024-10-10 20:59:28 -0700 |
|---|---|---|
| committer | m <m@mcarr.one> | 2024-10-10 23:18:06 -0700 |
| commit | 1b5c05433a9e69f89183d121ab8c906623c981b8 (patch) | |
| tree | 71591738b990d3b7158c16e1d86ae07740472f0c | |
| parent | 249df9e791e320c92f9c55c06056d8153454b84a (diff) | |
| download | rust-1b5c05433a9e69f89183d121ab8c906623c981b8.tar.gz rust-1b5c05433a9e69f89183d121ab8c906623c981b8.zip | |
fix typo in rustdoc-json-types comment
| -rw-r--r-- | src/rustdoc-json-types/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rustdoc-json-types/lib.rs b/src/rustdoc-json-types/lib.rs index b3707cf6157..c8b54728d90 100644 --- a/src/rustdoc-json-types/lib.rs +++ b/src/rustdoc-json-types/lib.rs @@ -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, |
