Skip to content

Commit 346338c

Browse files
authored
typo (#139)
1 parent 060d4e4 commit 346338c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ How would new API look like with this concept?
9090
>>> from classes import typeclass
9191
>>> @typeclass
9292
... def to_json(instance) -> str:
93-
... """This is a typeclass definition to covert things to json."""
93+
... """This is a typeclass definition to convert things to json."""
9494
...
9595
>>> @to_json.instance(int)
9696
... @to_json.instance(float)

0 commit comments

Comments
 (0)