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 0c538cc + 09c2c7e commit 742b0faCopy full SHA for 742b0fa
docs/docs/reference/erased-terms.md
@@ -92,7 +92,7 @@ that will not be found.
92
As the implicit evidences of `turnedOn` and `turnedOff` are not used in the bodies of those functions
93
we can mark them as `erased`. This will remove the evidence parameters at runtime, but we would still
94
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
+As `isOn` and `isOff` are not used except as `erased` arguments, we can mark them as `erased`, hence
96
removing the evaluation of the `isOn` and `isOff` evidences.
97
98
```scala
0 commit comments