about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2023-03-12 20:44:52 +0100
committerGitHub <noreply@github.com>2023-03-12 20:44:52 +0100
commitfb4bb1679a83ca9367be9b7868c9a7794b87d64a (patch)
tree6e1847fe26638d3a0a169dc0b9bf6884667dd82d
parent4305c1a89d24987a78912beb3d921ce10538b9f5 (diff)
parent421c34b2b064d17e79154bf55a95a08764d5b27e (diff)
downloadrust-fb4bb1679a83ca9367be9b7868c9a7794b87d64a.tar.gz
rust-fb4bb1679a83ca9367be9b7868c9a7794b87d64a.zip
Rollup merge of #109047 - tshepang:type, r=lcnr
typo
-rw-r--r--compiler/rustc_type_ir/src/sty.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_type_ir/src/sty.rs b/compiler/rustc_type_ir/src/sty.rs
index ebe2b76aef3..62e699eefd7 100644
--- a/compiler/rustc_type_ir/src/sty.rs
+++ b/compiler/rustc_type_ir/src/sty.rs
@@ -167,7 +167,7 @@ pub enum TyKind<I: Interner> {
     /// lifetimes bound by the witness itself.
     ///
     /// This variant is only using when `drop_tracking_mir` is set.
-    /// This contains the `DefId` and the `SubstRef` of the generator.
+    /// This contains the `DefId` and the `SubstsRef` of the generator.
     /// The actual witness types are computed on MIR by the `mir_generator_witnesses` query.
     ///
     /// Looking at the following example, the witness for this generator