diff --git a/packages/effect/src/Stream.ts b/packages/effect/src/Stream.ts index df4317b9bb0..7ac2a86f8df 100644 --- a/packages/effect/src/Stream.ts +++ b/packages/effect/src/Stream.ts @@ -2018,7 +2018,7 @@ export const fromPubSub: { /** * Creates a stream from a subscription to a `TPubSub`. * - * @param shutdown If `true`, the `PubSub` will be shutdown after the stream is evaluated (defaults to `false`) + * @param shutdown If `true`, the `TPubSub` will be shutdown after the stream is evaluated (defaults to `false`) * @since 3.10.0 * @category constructors */