yeast: Fix typo

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
Taus
2026-07-08 16:35:01 +02:00
committed by GitHub
parent 9b7a9c3851
commit 33da3ef74e

View File

@@ -168,7 +168,7 @@ impl<C: Clone> BuildCtx<'_, C> {
/// meaningful when input and output share a schema).
///
/// The single-`Id` case works too, because `Id: IntoIterator<Item
/// = Id>` as a singleton iterator — so `ctx.translate(some_id)?`
/// = Id>` is a singleton iterator — so `ctx.translate(some_id)?`
/// returns a `Vec<Id>` containing whatever `some_id` translated to.
///
/// Errors if this `BuildCtx` was constructed by hand (without a