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
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
2222uniquely 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
You can’t perform that action at this time.
0 commit comments