Skip to content

Commit

Permalink
Fix typo (#490)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart authored Sep 23, 2024
1 parent 6f925f7 commit 0b958c8
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 @@ -124,7 +124,7 @@ Typeclass is represented as a regular function, so you can use it like one:

```

And it easy to extend this typeclass with your own classes as well:
And it is easy to extend this typeclass with your own classes as well:

```python
# Pretending to import the existing library from somewhere:
Expand Down

0 comments on commit 0b958c8

Please sign in to comment.