Skip to content

Commit 0b958c8

Browse files
Fix typo (#490)
1 parent 6f925f7 commit 0b958c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Typeclass is represented as a regular function, so you can use it like one:
124124

125125
```
126126

127-
And it easy to extend this typeclass with your own classes as well:
127+
And it is easy to extend this typeclass with your own classes as well:
128128

129129
```python
130130
# Pretending to import the existing library from somewhere:

0 commit comments

Comments
 (0)