Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-smart committed Apr 16, 2024
1 parent a2c3280 commit 9e837d8
Show file tree
Hide file tree
Showing 3 changed files with 328 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/rx/Rx.ts.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ export declare const fn: {
<Arg, E, A>(
fn: Rx.ReadFn<Arg, Stream.Stream<A, E, never>>,
options?: { readonly initialValue?: A | undefined } | undefined
): RxResultFn<RxResultFn.ArgToVoid<Arg>, A, E | NoSuchElementException>
): RxResultFn<RxResultFn.ArgToVoid<Arg>, A, NoSuchElementException | E>
}
```
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.1",
"@effect/build-utils": "^0.7.6",
"@effect/docgen": "^0.4.2",
"@effect/docgen": "^0.4.3",
"@effect/eslint-plugin": "^0.1.2",
"@effect/language-service": "^0.1.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
Expand Down
Loading

0 comments on commit 9e837d8

Please sign in to comment.