about summary refs log tree commit diff
diff options
context:
space:
mode:
authorm <m@mcarr.one>2024-10-10 20:59:28 -0700
committerm <m@mcarr.one>2024-10-10 23:18:06 -0700
commit1b5c05433a9e69f89183d121ab8c906623c981b8 (patch)
tree71591738b990d3b7158c16e1d86ae07740472f0c
parent249df9e791e320c92f9c55c06056d8153454b84a (diff)
downloadrust-1b5c05433a9e69f89183d121ab8c906623c981b8.tar.gz
rust-1b5c05433a9e69f89183d121ab8c906623c981b8.zip
fix typo in rustdoc-json-types comment
-rw-r--r--src/rustdoc-json-types/lib.rs2
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,