summaryrefslogtreecommitdiff
path: root/src/reflect
diff options
context:
space:
mode:
authorAndrey Kutejko <aku@anahoret.com>2014-02-07 17:55:26 +0200
committerAndrey Kutejko <aku@anahoret.com>2014-02-07 17:55:26 +0200
commit3d8a9ae6334dc18114225c576a1e3d0cb68c6156 (patch)
tree19f6d8136b39340416d86615296916fd7d93dac7 /src/reflect
parent3306967c561e3ea34306419d5351b4e20673cc8b (diff)
downloadscala-3d8a9ae6334dc18114225c576a1e3d0cb68c6156.tar.gz
scala-3d8a9ae6334dc18114225c576a1e3d0cb68c6156.tar.bz2
scala-3d8a9ae6334dc18114225c576a1e3d0cb68c6156.zip
fix typo
Diffstat (limited to 'src/reflect')
-rw-r--r--src/reflect/scala/reflect/api/TypeTags.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/api/TypeTags.scala b/src/reflect/scala/reflect/api/TypeTags.scala
index 7457910226..be76758224 100644
--- a/src/reflect/scala/reflect/api/TypeTags.scala
+++ b/src/reflect/scala/reflect/api/TypeTags.scala
@@ -134,7 +134,7 @@ import scala.language.implicitConversions
* reflection APIs provided by Java (for classes) and Scala (for types).</li>
*
* <li>'''Certain manifest operations(i.e., <:<, >:> and typeArguments) are not
- * supported.''' <br/>Instead, one culd use the reflection APIs provided by Java (for
+ * supported.''' <br/>Instead, one could use the reflection APIs provided by Java (for
* classes) and Scala (for types).</li>
*</ul>
*