diff --git a/lib/types.ts b/lib/types.ts index 289413e7..70d01edf 100644 --- a/lib/types.ts +++ b/lib/types.ts @@ -332,7 +332,7 @@ export interface Scope { /** * Unwrap the type of an `Operation`. * Analogous to the built in [`Awaited`](https://www.typescriptlang.org/docs/handbook/utility-types.html#awaitedtype) type. - * Yielded> === T + * `Yielded> === T` */ export type Yielded> = T extends Operation ? TYield