mirror of
https://github.com/github/codeql.git
synced 2026-07-08 21:15:32 +02:00
yeast: Fix typo
Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user