Skip to content
Merged

typo #139

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ How would new API look like with this concept?
>>> from classes import typeclass
>>> @typeclass
... def to_json(instance) -> str:
... """This is a typeclass definition to covert things to json."""
... """This is a typeclass definition to convert things to json."""
...
>>> @to_json.instance(int)
... @to_json.instance(float)
Expand Down