We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62c0dba + 4ef2ada commit cc151c3Copy full SHA for cc151c3
core/src/main/scala/cats/data/Newtype.scala
@@ -25,7 +25,7 @@ package data
25
/**
26
* Helper trait for `newtype`s. These allow you to create a zero-allocation wrapper around a specific type.
27
* Similar to `AnyVal` value classes, but never have any runtime overhead.
28
- * It's coped from the newtypes lib by @alexknvl
+ * It's copied from the newtypes lib by @alexknvl
29
* For more detail see https://github.com/alexknvl/newtypes
30
*/
31
private[data] trait Newtype { self =>
0 commit comments