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 d4564b4 + 63865e4 commit 34baac4Copy full SHA for 34baac4
docs/docs/reference/enums/adts.md
@@ -52,7 +52,7 @@ Note that the type of the expressions above is always `Option`. That
52
is, the implementation case classes are not visible in the result
53
types of their `apply` methods. This is a subtle difference with
54
respect to normal case classes. The classes making up the cases do
55
-exist, and can be unvealed by constructing them directly with a `new`.
+exist, and can be unveiled by constructing them directly with a `new`.
56
57
```scala
58
scala> new Option.Some(2)
0 commit comments