Skip to content

Commit cc151c3

Browse files
authored
Merge pull request #4619 from i-am-the-slime/patch-1
Fix typo in Newtype scaladoc
2 parents 62c0dba + 4ef2ada commit cc151c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/cats/data/Newtype.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ package data
2525
/**
2626
* Helper trait for `newtype`s. These allow you to create a zero-allocation wrapper around a specific type.
2727
* Similar to `AnyVal` value classes, but never have any runtime overhead.
28-
* It's coped from the newtypes lib by @alexknvl
28+
* It's copied from the newtypes lib by @alexknvl
2929
* For more detail see https://github.com/alexknvl/newtypes
3030
*/
3131
private[data] trait Newtype { self =>

0 commit comments

Comments
 (0)