diff --git a/shared/yeast/src/build.rs b/shared/yeast/src/build.rs index 0877da22f86..68a4c883242 100644 --- a/shared/yeast/src/build.rs +++ b/shared/yeast/src/build.rs @@ -168,7 +168,7 @@ impl BuildCtx<'_, C> { /// meaningful when input and output share a schema). /// /// The single-`Id` case works too, because `Id: IntoIterator` as a singleton iterator — so `ctx.translate(some_id)?` + /// = Id>` is a singleton iterator — so `ctx.translate(some_id)?` /// returns a `Vec` containing whatever `some_id` translated to. /// /// Errors if this `BuildCtx` was constructed by hand (without a