summaryrefslogtreecommitdiff
path: root/test/scaladoc/resources/package-object-res.scala
diff options
context:
space:
mode:
Diffstat (limited to 'test/scaladoc/resources/package-object-res.scala')
-rw-r--r--test/scaladoc/resources/package-object-res.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/scaladoc/resources/package-object-res.scala b/test/scaladoc/resources/package-object-res.scala
index 17d5c0a499..f1f714dd1f 100644
--- a/test/scaladoc/resources/package-object-res.scala
+++ b/test/scaladoc/resources/package-object-res.scala
@@ -1,4 +1,4 @@
-/** This package have A and B.
+/** This package has A and B.
*/
package test {
trait A { def hi = "hello" }