summaryrefslogtreecommitdiff
path: root/test/scaladoc/scalacheck/HtmlFactoryTest.scala
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2015-06-18 18:28:35 -0400
committerSeth Tisue <seth@tisue.net>2015-06-18 18:28:35 -0400
commit305dd96c08041e9fa096cd56dfc4de80284e6fba (patch)
treee06cff876c51c16071827339c4c3d38093cee5f6 /test/scaladoc/scalacheck/HtmlFactoryTest.scala
parentdf73cb9101953ec7cf7f2cde36c26540c7d71a9b (diff)
parent2dcc4c42fdcefee08add9dbdcf619ab5da745674 (diff)
downloadscala-305dd96c08041e9fa096cd56dfc4de80284e6fba.tar.gz
scala-305dd96c08041e9fa096cd56dfc4de80284e6fba.tar.bz2
scala-305dd96c08041e9fa096cd56dfc4de80284e6fba.zip
Merge pull request #4559 from janekdb/2.11.x-scaladoc-2
Fix some typos (a-c)
Diffstat (limited to 'test/scaladoc/scalacheck/HtmlFactoryTest.scala')
-rw-r--r--test/scaladoc/scalacheck/HtmlFactoryTest.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaladoc/scalacheck/HtmlFactoryTest.scala b/test/scaladoc/scalacheck/HtmlFactoryTest.scala
index 6a6b1f8901..578e0382eb 100644
--- a/test/scaladoc/scalacheck/HtmlFactoryTest.scala
+++ b/test/scaladoc/scalacheck/HtmlFactoryTest.scala
@@ -711,7 +711,7 @@ object Test extends Properties("HtmlFactory") {
property("class") = files.get("com/example/p1/Clazz.html") match {
case Some(node: scala.xml.Node) => {
- property("implicit convertion") =
+ property("implicit conversion") =
node.toString contains "<span class=\"modifier\">implicit </span>"
property("gt4s") =