Skip to content

Commit

Permalink
fix jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Oct 9, 2024
1 parent 743365d commit a12af8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/effect/src/Stream.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit a12af8a

Please sign in to comment.