Skip to content

Commit

Permalink
Merge pull request #4619 from i-am-the-slime/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Newtype scaladoc
  • Loading branch information
rossabaker authored Jun 14, 2024
2 parents 62c0dba + 4ef2ada commit cc151c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/cats/data/Newtype.scala
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ package data
/**
* Helper trait for `newtype`s. These allow you to create a zero-allocation wrapper around a specific type.
* Similar to `AnyVal` value classes, but never have any runtime overhead.
* It's coped from the newtypes lib by @alexknvl
* It's copied from the newtypes lib by @alexknvl
* For more detail see https://github.com/alexknvl/newtypes
*/
private[data] trait Newtype { self =>
Expand Down

0 comments on commit cc151c3

Please sign in to comment.