summaryrefslogtreecommitdiff
path: root/src/library/scala/Double.scala
diff options
context:
space:
mode:
authorHeather Miller <heather.miller@epfl.ch>2011-09-18 07:43:05 +0000
committerHeather Miller <heather.miller@epfl.ch>2011-09-18 07:43:05 +0000
commit3f58f66c8b2147d728467da9ede91cdcf60a4a8d (patch)
tree67516df06e4269d7c02b04adb03b51ab4dbe8179 /src/library/scala/Double.scala
parentbe9e2991d90384797781767c58616d4ae04796e8 (diff)
downloadscala-3f58f66c8b2147d728467da9ede91cdcf60a4a8d.tar.gz
scala-3f58f66c8b2147d728467da9ede91cdcf60a4a8d.tar.bz2
scala-3f58f66c8b2147d728467da9ede91cdcf60a4a8d.zip
Small changes to the API documentation of the A...
Small changes to the API documentation of the AnyVal types. Contributed by Michael Allman during the September doc spree. No review.
Diffstat (limited to 'src/library/scala/Double.scala')
-rw-r--r--src/library/scala/Double.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/Double.scala b/src/library/scala/Double.scala
index b4bb9f0432..68a1a01299 100644
--- a/src/library/scala/Double.scala
+++ b/src/library/scala/Double.scala
@@ -11,7 +11,7 @@
package scala
/** `Double`, a 64-bit IEEE-754 floating point number (equivalent to Java's `double` primitive type) is a
- * subtype of [[scala.AnyVal]], meaning that instances of `Double` are not
+ * subtype of [[scala.AnyVal]]. Instances of `Double` are not
* represented by an object in the underlying runtime system.
*
* There is an implicit conversion from [[scala.Double]] => [[scala.runtime.RichDouble]]