Skip to content

Commit 836ed97

Browse files
Merge pull request #15415 from griggt/doc-typos
Fix documentation typos
2 parents b950543 + c7032f4 commit 836ed97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_docs/reference/contextual/derivation-macro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ inline given derived[T]: (m: Mirror.Of[T]) => Eq[T] = ???
3535
```
3636

3737
Note, that since a type is used in a subsequent stage it will need to be lifted
38-
to a `Type` by using the corresponding context bound. Also, not that we can
39-
summon the quoted `Mirror` inside the body of the `derived` this we can omit it
38+
to a `Type` by using the corresponding context bound. Also, note that we can
39+
summon the quoted `Mirror` inside the body of the `derived` thus we can omit it
4040
from the signature. The body of the `derived` method is shown below:
4141

4242

0 commit comments

Comments
 (0)