Skip to content

Commit

Permalink
Minor scaladoc fix for ::: (#2134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcranky authored and Luka Jacobowitz committed Jan 2, 2018
1 parent 4298e17 commit 72a27db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/data/NonEmptyList.scala
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ final case class NonEmptyList[+A](head: A, tail: List[A]) {
NonEmptyList(a, head :: tail)

/**
* Alias for concat
* Alias for concatNel
*
* {{{
* scala> import cats.data.NonEmptyList
Expand Down

0 comments on commit 72a27db

Please sign in to comment.