Skip to content

Commit

Permalink
docs: update README.md (#77)
Browse files Browse the repository at this point in the history
libary -> library
  • Loading branch information
eltociear authored Sep 16, 2024
1 parent 8ce7c8c commit 7061233
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 @@ -339,7 +339,7 @@ Read more on our blog post: [Tagged Seconds and Milliseconds](https://www.pointf

API's can also send back money amounts in two standard units: whole dollar amounts or cents (1/100 of a dollar). Keeping track of this distinction can also be messy and error prone.

Importing the `TaggedMoney` libary gives you access to two generic types, `Dollars<A>` and `Cents<A>`, that give you compile-time guarantees in keeping the two units separate.
Importing the `TaggedMoney` library gives you access to two generic types, `Dollars<A>` and `Cents<A>`, that give you compile-time guarantees in keeping the two units separate.

```swift
struct Prize {
Expand Down

0 comments on commit 7061233

Please sign in to comment.