From 3d8a9ae6334dc18114225c576a1e3d0cb68c6156 Mon Sep 17 00:00:00 2001 From: Andrey Kutejko Date: Fri, 7 Feb 2014 17:55:26 +0200 Subject: fix typo --- src/reflect/scala/reflect/api/TypeTags.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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). * *
  • '''Certain manifest operations(i.e., <:<, >:> and typeArguments) are not - * supported.'''
    Instead, one culd use the reflection APIs provided by Java (for + * supported.'''
    Instead, one could use the reflection APIs provided by Java (for * classes) and Scala (for types).
  • * * -- cgit v1.2.3