We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6bb20b3 + e4d74f1 commit f9e58c9Copy full SHA for f9e58c9
docs/docs/reference/other-new-features/erased-terms.md
@@ -91,7 +91,7 @@ that will not be found.
91
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.
+evaluate the `isOn` and `isOff` implicits that were found as arguments.
95
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
0 commit comments