Skip to content

Commit f9e58c9

Browse files
author
Aggelos Biboudis
authored
Merge pull request #5802 from danmur/patch-1
where -> were
2 parents 6bb20b3 + e4d74f1 commit f9e58c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/other-new-features/erased-terms.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ that will not be found.
9191

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
94-
evaluate the `isOn` and `isOff` implicits that where found as arguments.
94+
evaluate the `isOn` and `isOff` implicits that were found as arguments.
9595
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

0 commit comments

Comments
 (0)