Skip to content

Commit 33da3ef

Browse files
tausbnjketema
andauthored
yeast: Fix typo
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
1 parent 9b7a9c3 commit 33da3ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/yeast/src/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl<C: Clone> BuildCtx<'_, C> {
168168
/// meaningful when input and output share a schema).
169169
///
170170
/// The single-`Id` case works too, because `Id: IntoIterator<Item
171-
/// = Id>` as a singleton iterator — so `ctx.translate(some_id)?`
171+
/// = Id>` is a singleton iterator — so `ctx.translate(some_id)?`
172172
/// returns a `Vec<Id>` containing whatever `some_id` translated to.
173173
///
174174
/// Errors if this `BuildCtx` was constructed by hand (without a

0 commit comments

Comments
 (0)