Skip to content

Commit 742b0fa

Browse files
authored
Merge pull request #4173 from robstoll/patch-1
fix typo, as as
2 parents 0c538cc + 09c2c7e commit 742b0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/erased-terms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ that will not be found.
9292
As the implicit evidences of `turnedOn` and `turnedOff` are not used in the bodies of those functions
9393
we can mark them as `erased`. This will remove the evidence parameters at runtime, but we would still
9494
evaluate the `isOn` and `isOff` implicits that where found as arguments.
95-
As `isOn` and `isOff` are not used except as as `erased` arguments, we can mark them as `erased`, hence
95+
As `isOn` and `isOff` are not used except as `erased` arguments, we can mark them as `erased`, hence
9696
removing the evaluation of the `isOn` and `isOff` evidences.
9797

9898
```scala

0 commit comments

Comments
 (0)