Skip to content

Commit 6620cf9

Browse files
authored
Update dotc-scalac.md
1 parent 5b006fb commit 6620cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/internals/dotc-scalac.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ A `Denotation` is the result of a name lookup during a given period
1818
may be `NoSymbol` (the two variants have symbols).
1919
* Non-overloaded denotations have an `info`
2020

21-
Denotations of methods have a signature ([Signature.scala:7]), which
21+
Denotations of methods have a signature ([Signature1]), which
2222
uniquely identifies overloaded methods.
2323

2424
#### Denotation vs. SymDenotation ####
@@ -55,7 +55,7 @@ if (sym is Flags.PackageClass) // dotc (*)
5555
```
5656

5757
`(*)` Symbols are implicitly converted to their denotation, see above. Each
58-
`SymDeotation` has flags that can be queried using the `is` method.
58+
`SymDenotation` has flags that can be queried using the `is` method.
5959

6060
### Flags ###
6161
* Flags are instances of the value class `FlagSet`, which encapsulates a

0 commit comments

Comments
 (0)