We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc7801 commit e4d74f1Copy full SHA for e4d74f1
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