1 parent 9b7a9c3 commit 33da3efCopy full SHA for 33da3ef
1 file changed
shared/yeast/src/build.rs
@@ -168,7 +168,7 @@ impl<C: Clone> BuildCtx<'_, C> {
168
/// meaningful when input and output share a schema).
169
///
170
/// The single-`Id` case works too, because `Id: IntoIterator<Item
171
- /// = Id>` as a singleton iterator — so `ctx.translate(some_id)?`
+ /// = Id>` is a singleton iterator — so `ctx.translate(some_id)?`
172
/// returns a `Vec<Id>` containing whatever `some_id` translated to.
173
174
/// Errors if this `BuildCtx` was constructed by hand (without a
0 commit comments