summaryrefslogtreecommitdiff
path: root/src/library/scala/compat/Platform.scala
diff options
context:
space:
mode:
authorJanek Bogucki <janekdb@gmail.com>2015-07-28 19:13:44 +0100
committerJanek Bogucki <janekdb@gmail.com>2015-07-28 19:13:44 +0100
commit69c2c106fedd60f5c29a4aad696dec1de5e85200 (patch)
tree5e4e3cde1cc516136e48107a4a820211a492e417 /src/library/scala/compat/Platform.scala
parent7492bda816094cc089821cfb2915bd34c6b1ce96 (diff)
downloadscala-69c2c106fedd60f5c29a4aad696dec1de5e85200.tar.gz
scala-69c2c106fedd60f5c29a4aad696dec1de5e85200.tar.bz2
scala-69c2c106fedd60f5c29a4aad696dec1de5e85200.zip
ScalaDoc fixes for library and library-aux
Diffstat (limited to 'src/library/scala/compat/Platform.scala')
-rw-r--r--src/library/scala/compat/Platform.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/compat/Platform.scala b/src/library/scala/compat/Platform.scala
index 4c82d6e15b..42dfcbfdde 100644
--- a/src/library/scala/compat/Platform.scala
+++ b/src/library/scala/compat/Platform.scala
@@ -41,7 +41,7 @@ object Platform {
* @throws java.lang.ArrayStoreException If either `src` or `dest` are not of type
* [java.lang.Array]; or if the element type of `src` is not
* compatible with that of `dest`.
- * @throws java.lang.IndexOutOfBoundsException If either srcPos` or `destPos` are
+ * @throws java.lang.IndexOutOfBoundsException If either `srcPos` or `destPos` are
* outside of the bounds of their respective arrays; or if `length`
* is negative; or if there are less than `length` elements available
* after `srcPos` or `destPos` in `src` and `dest` respectively.