Skip to content

Commit

Permalink
Fix typo (bitwalker#692)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnydotdev authored May 3, 2022
1 parent e32b266 commit 11f2900
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 @@ -120,7 +120,7 @@ The Duration module contains functions for working with Durations, including Erl

Timex exposes a number of extension points for you, in order to accommodate different use cases:

Timex itself defines it's core operations on the Date, DateTime, and NaiveDateTime types using the `Timex.Protocol` protocol.
Timex itself defines its core operations on the Date, DateTime, and NaiveDateTime types using the `Timex.Protocol` protocol.
From there, all other Timex functionality is derived. If you have custom date/datetime types you want to use with Timex,
this is the protocol you would need to implement.

Expand Down

0 comments on commit 11f2900

Please sign in to comment.