Skip to content

Commit db9cbe6

Browse files
committed
Adjusted scaladoc as requested by @hamzaremmal .
1 parent 5dce325 commit db9cbe6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

library/src/scala/reflect/ClassTag.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ import scala.runtime.ClassValueCompat
4242
*
4343
* For compile-time type information in macros, see the facilities in the
4444
* [[scala.quoted]] package.
45-
* For limited runtime type checks beyond what `Class[_]` provides, see
46-
* [[scala.reflect.Typeable]].
45+
* For limited runtime type checks beyond what `Class[?]` provides, see
46+
* [[scala.reflect.TypeTest]] and [[scala.reflect.Typeable]].
4747
*
4848
*/
4949
@nowarn("""cat=deprecation&origin=scala\.reflect\.ClassManifestDeprecatedApis""")

0 commit comments

Comments
 (0)