Skip to content

Commit eb0a057

Browse files
authored
typo, reduce of of to of
1 parent 7423d31 commit eb0a057

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)