Skip to content
Open
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 src/pages/type-classes/anatomy.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In Scala this means any method
that accepts instances of the type class as implicit parameters.

Cats provides utilities that make type classes easier to use,
and you will sometimes seem these patterns in other libraries.
and you will sometimes see these patterns in other libraries.
There are two ways it does this: *Interface Objects* and *Interface Syntax*.

**Interface Objects**
Expand Down