Skip to content

Commit

Permalink
remove link to non existing API (#3334)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcanti authored Jul 24, 2024
1 parent d1018b0 commit 1c4176c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/effect/src/Option.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,8 +254,6 @@ export const fromIterable = <A>(collection: Iterable<A>): Option<A> => {
/**
* Converts a `Either` to an `Option` discarding the error.
*
* Alias of {@link fromEither}.
*
* @example
* import { Option, Either } from "effect"
*
Expand Down

0 comments on commit 1c4176c

Please sign in to comment.