Skip to content

Commit 70dbf8f

Browse files
authored
Merge pull request #4583 from Ghurtchu/patch-1
fix typo
2 parents 67aad39 + ff71dd3 commit 70dbf8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/cats/package.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ import cats.data.Ior
3131
* For each type class, `cats` provides three pieces:
3232
* - Its '''signature''': a trait that is polymorphic on a type parameter.
3333
* 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`).
3535
* - Type class ''''instances''', which are classes and objects that implement one or more type class signatures for some specific types.
3636
* Type class instances for several data types from the Java or Scala standard libraries are declared in the subpackage `cats.instances`.
3737
* - '''Syntax extensions''', each of which provides the methods of the type class defines as extension methods

0 commit comments

Comments
 (0)