aboutsummaryrefslogtreecommitdiff
path: root/src/dotty/tools/dotc/core/Denotations.scala
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2014-11-08 09:41:53 +0100
committerMartin Odersky <odersky@gmail.com>2014-11-09 19:09:51 +0100
commit4b5e6305f95f97d06325889d8bb9d21995c4deff (patch)
treed3cf604e3144315192936bc257eb74c4b72341b7 /src/dotty/tools/dotc/core/Denotations.scala
parente3a56c3be785159491af0ea3e0ed527845bee623 (diff)
downloaddotty-4b5e6305f95f97d06325889d8bb9d21995c4deff.tar.gz
dotty-4b5e6305f95f97d06325889d8bb9d21995c4deff.tar.bz2
dotty-4b5e6305f95f97d06325889d8bb9d21995c4deff.zip
Small polishings in docs and code.
Diffstat (limited to 'src/dotty/tools/dotc/core/Denotations.scala')
-rw-r--r--src/dotty/tools/dotc/core/Denotations.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dotty/tools/dotc/core/Denotations.scala b/src/dotty/tools/dotc/core/Denotations.scala
index 82fd60fa0..ce11759ce 100644
--- a/src/dotty/tools/dotc/core/Denotations.scala
+++ b/src/dotty/tools/dotc/core/Denotations.scala
@@ -202,7 +202,7 @@ object Denotations {
def requiredClass(name: PreName)(implicit ctx: Context): ClassSymbol =
info.member(name.toTypeName).requiredSymbol(_.isClass).asClass
- /** The denotation that has a type matching `targetType` when seen
+ /** The alternative of this denotation that has a type matching `targetType` when seen
* as a member of type `site`, `NoDenotation` if none exists.
*/
def matchingDenotation(site: Type, targetType: Type)(implicit ctx: Context): SingleDenotation =