File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ import cats.data.Ior
31
31
* For each type class, `cats` provides three pieces:
32
32
* - Its '''signature''': a trait that is polymorphic on a type parameter.
33
33
* Type class traits inherit from other type classes to indicate that any implementation of the lower type class (e.g. `Applicative`)
34
- * can also serve as an instance for the higuer type class (e.g. `Functor`).
34
+ * can also serve as an instance for the higher type class (e.g. `Functor`).
35
35
* - Type class ''''instances''', which are classes and objects that implement one or more type class signatures for some specific types.
36
36
* Type class instances for several data types from the Java or Scala standard libraries are declared in the subpackage `cats.instances`.
37
37
* - '''Syntax extensions''', each of which provides the methods of the type class defines as extension methods
You can’t perform that action at this time.
0 commit comments