aboutsummaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorMartin Odersky <odersky@gmail.com>2017-04-09 15:22:30 +0200
committerMartin Odersky <odersky@gmail.com>2017-04-09 15:22:30 +0200
commita321a982a6ebdaaa924a2538866959abe0b9eb18 (patch)
tree67a58c7d32685f4a306c9ea96a3901ad9b71315c /compiler
parentab101bcd299e060ad41cad2d1a91c3e32ae5267e (diff)
downloaddotty-a321a982a6ebdaaa924a2538866959abe0b9eb18.tar.gz
dotty-a321a982a6ebdaaa924a2538866959abe0b9eb18.tar.bz2
dotty-a321a982a6ebdaaa924a2538866959abe0b9eb18.zip
Fix documentation
Diffstat (limited to 'compiler')
-rw-r--r--compiler/src/dotty/tools/dotc/core/SymDenotations.scala7
1 files changed, 3 insertions, 4 deletions
diff --git a/compiler/src/dotty/tools/dotc/core/SymDenotations.scala b/compiler/src/dotty/tools/dotc/core/SymDenotations.scala
index d75cf2cd3..6d1a006ed 100644
--- a/compiler/src/dotty/tools/dotc/core/SymDenotations.scala
+++ b/compiler/src/dotty/tools/dotc/core/SymDenotations.scala
@@ -1823,10 +1823,9 @@ object SymDenotations {
/** Looks in both the package object and the package for members. The precise algorithm
* is as follows:
*
- * If this is the scala package or the package object exists but is currently completing,
- * look in the package first, and if nothing is found there, look in the package object second.
- * Otherwise, look in the package object first, and if nothing is found there, in
- * the package second.
+ * If this is the scala package look in the package first, and if nothing is found
+ * there, look in the package object second. Otherwise, look in the package object
+ * first, and if nothing is found there, in the package second.
*
* The reason for the special treatment of the scala package is that if we
* complete it too early, we freeze its superclass Any, so that no members can