summaryrefslogtreecommitdiff
path: root/test/files/neg/t6120.check
diff options
context:
space:
mode:
authorJason Zaugg <jzaugg@gmail.com>2015-11-13 13:33:50 +1000
committerJason Zaugg <jzaugg@gmail.com>2015-11-13 13:33:50 +1000
commit9cdfc456853b5a4f8c985413865fc0719cf009f4 (patch)
tree5aefe6101aa32b297939eace9be03f23457cb995 /test/files/neg/t6120.check
parent6e6b855557377e62c081ffd82cc5fc0b54493b13 (diff)
parent4c3e766ee17afdb44ceeeb764adc660e2a501e9f (diff)
downloadscala-9cdfc456853b5a4f8c985413865fc0719cf009f4.tar.gz
scala-9cdfc456853b5a4f8c985413865fc0719cf009f4.tar.bz2
scala-9cdfc456853b5a4f8c985413865fc0719cf009f4.zip
Merge pull request #4843 from SethTisue/scaladoc-little-d-please
it's Scaladoc, not ScalaDoc
Diffstat (limited to 'test/files/neg/t6120.check')
-rw-r--r--test/files/neg/t6120.check2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/files/neg/t6120.check b/test/files/neg/t6120.check
index a7d17e29cf..f432fde32f 100644
--- a/test/files/neg/t6120.check
+++ b/test/files/neg/t6120.check
@@ -2,7 +2,7 @@ t6120.scala:5: warning: postfix operator bippy should be enabled
by making the implicit value scala.language.postfixOps visible.
This can be achieved by adding the import clause 'import scala.language.postfixOps'
or by setting the compiler option -language:postfixOps.
-See the Scala docs for value scala.language.postfixOps for a discussion
+See the Scaladoc for value scala.language.postfixOps for a discussion
why the feature should be explicitly enabled.
def f = null == null bippy
^