From 33da3ef74e01c8b559b47ea22dd7cfac40b500b4 Mon Sep 17 00:00:00 2001 From: Taus Date: Wed, 8 Jul 2026 16:35:01 +0200 Subject: [PATCH] yeast: Fix typo Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com> --- shared/yeast/src/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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