Skip to content

Commit 8a30036

Browse files
committed
Fix bad scaladoc link to guice
1 parent d4ce873 commit 8a30036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/main/scala/net/codingwell/package.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import scala.reflect.runtime.universe.{TypeTag, typeOf}
2929
package object scalaguice {
3030

3131
/**
32-
* Create a [[com.google.inject.TypeLiteral]] from a [[scala.reflect.runtime.universe.TypeTag]].
32+
* Create a [[https://google.github.io/guice/api-docs/5.0.1/javadoc/com/google/inject/TypeLiteral.html com.google.inject.TypeLiteral]] from a [[scala.reflect.runtime.universe.TypeTag]].
3333
* Subtypes of [[scala.AnyVal]] will be converted to their corresponding
3434
* Java wrapper classes.
3535
*/

0 commit comments

Comments
 (0)