Skip to content

Commit 407dacb

Browse files
committed
Fix typos.
1 parent 8a3f375 commit 407dacb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/_docs/contributing/architecture/types.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ Ground Type has no meaningful underlying type, typically it is the type of metho
108108
definitions, but also union types and intersection types, along with utility types of the
109109
compiler.
110110

111-
Here's a diagram, serving as the mental model of the most important and distinct types available after the `typer` phase, derived from [dotty/tools/dotc/core/Types.scala][1]:
111+
Here's a diagram, serving as the mental model of the most important and distinct types available after the `typer` phase, derived from [Types.scala]:
112112

113113
```
114114
Type -+- proxy_type --+- NamedType --------+- TypeRef

docs/_docs/internals/gadts.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ Right now, we record GADT constraints for:
7070
- function/method type parameters
7171
- class type parameters
7272

73-
There is a branch on the way which will also record them for type members (so path-dependent types) and singleton types. It has a paper associated: "Implementing path-depepdent GADTs for Scala 3".
73+
There is a branch on the way which will also record them for type members (so path-dependent types) and singleton types. It has a paper associated: "Implementing path-dependent GADTs for Scala 3".
7474

7575
### What are necessary relationships? Any examples?
7676

0 commit comments

Comments
 (0)