File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ A `Denotation` is the result of a name lookup during a given period
18
18
may be ` NoSymbol ` (the two variants have symbols).
19
19
* Non-overloaded denotations have an ` info `
20
20
21
- Denotations of methods have a signature ([ Signature.scala:7 ] ), which
21
+ Denotations of methods have a signature ([ Signature1 ] ), which
22
22
uniquely identifies overloaded methods.
23
23
24
24
#### Denotation vs. SymDenotation ####
@@ -55,7 +55,7 @@ if (sym is Flags.PackageClass) // dotc (*)
55
55
```
56
56
57
57
` (*) ` 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.
59
59
60
60
### Flags ###
61
61
* Flags are instances of the value class ` FlagSet ` , which encapsulates a
You can’t perform that action at this time.
0 commit comments