From 1089b004d27b648029d2a3bbff2377de81b46698 Mon Sep 17 00:00:00 2001 From: "J. Paulo C. Panaligan" Date: Mon, 17 Jan 2022 15:02:38 -0800 Subject: [PATCH] Fixing typo "seem" to "see" --- src/pages/type-classes/anatomy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/type-classes/anatomy.md b/src/pages/type-classes/anatomy.md index f61cb34a..522625da 100644 --- a/src/pages/type-classes/anatomy.md +++ b/src/pages/type-classes/anatomy.md @@ -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**