summaryrefslogtreecommitdiff
path: root/src/library/scala/Long.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/Long.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/Long.scala')
-rw-r--r--src/library/scala/Long.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/Long.scala b/src/library/scala/Long.scala
index 2a2bc896ac..9c7a803f08 100644
--- a/src/library/scala/Long.scala
+++ b/src/library/scala/Long.scala
@@ -11,7 +11,7 @@
package scala
/** `Long`, a 64-bit signed integer (equivalent to Java's `long` primitive type) is a
- * subtype of [[scala.AnyVal]], meaning that instances of `Long` are not
+ * subtype of [[scala.AnyVal]]. Instances of `Long` are not
* represented by an object in the underlying runtime system.
*
* There is an implicit conversion from [[scala.Long]] => [[scala.runtime.RichLong]]