Skip to content

Commit

Permalink
Fix a typo (#2575)
Browse files Browse the repository at this point in the history
  • Loading branch information
woxtu authored Nov 15, 2023
1 parent e087b53 commit aca57e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ library and aim to allow one to abstract over the shape of enums just as key pat
with structs.

However, in conjunction with version 1.4 of this library we also released an update to CasePaths
that massively improved ergnomics of using case paths. We introduced the `@CasePathable` macro for
that massively improved ergonomics of using case paths. We introduced the `@CasePathable` macro for
automatically deriving case paths so that we could stop using runtime reflection, and we introduced
a way of using key paths to describe case paths. And so the old `CasePath` type has been deprecated,
and the new `CaseKeyPath` type has taken its place.
Expand Down

0 comments on commit aca57e7

Please sign in to comment.