Skip to content

Commit 34baac4

Browse files
authored
Merge pull request #4879 from jducoeur/patch-1
Spelling fix in docs
2 parents d4564b4 + 63865e4 commit 34baac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/enums/adts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Note that the type of the expressions above is always `Option`. That
5252
is, the implementation case classes are not visible in the result
5353
types of their `apply` methods. This is a subtle difference with
5454
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`.
55+
exist, and can be unveiled by constructing them directly with a `new`.
5656

5757
```scala
5858
scala> new Option.Some(2)

0 commit comments

Comments
 (0)