Skip to content

Commit b0bbe30

Browse files
Merge pull request #7191 from robstoll/patch-10
typo, reduce `of of` to `of`
2 parents 32b845a + eb0a057 commit b0bbe30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/enums/desugarEnums.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ map into case classes or vals.
6464

6565
val C = $new(n, "C")
6666

67-
Here, `$new` is a private method that creates an instance of of `E` (see
67+
Here, `$new` is a private method that creates an instance of `E` (see
6868
below).
6969

7070
4. If `E` is an enum with type parameters

0 commit comments

Comments
 (0)