Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Oct 4, 2024
1 parent 0c243a2 commit c871b1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ BackedEnum::tryFromKey('isOdd'); // CasesCollection[PureEnum::One, PureEnum::Thr
BackedEnum::tryFromKey(fn(BackedEnum $case) => $case->isOdd()); // CasesCollection[BackedEnum::One, BackedEnum::Three]
```

Hydrating from keys may return multiple cases. To facilitate further processing, such cases are [collected into a `CasesCollection`](#cases-collection).
Hydrating from keys may return multiple cases. To facilitate further processing, such cases are [collected into a `CasesCollection`](#-cases-collection).


### 🎲 Enum operations
Expand Down

0 comments on commit c871b1f

Please sign in to comment.