Skip to content

Commit f1740ba

Browse files
authored
Fix typo.
1 parent 005ed00 commit f1740ba

File tree

1 file changed

+1
-1
lines changed
  • docs/_docs/contributing/architecture

1 file changed

+1
-1
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

0 commit comments

Comments
 (0)