Skip to content

Commit

Permalink
Fix bad scaladoc link to guice
Browse files Browse the repository at this point in the history
  • Loading branch information
tsuckow committed May 22, 2021
1 parent d4ce873 commit 8a30036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/net/codingwell/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ import scala.reflect.runtime.universe.{TypeTag, typeOf}
package object scalaguice {

/**
* Create a [[com.google.inject.TypeLiteral]] from a [[scala.reflect.runtime.universe.TypeTag]].
* 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]].
* Subtypes of [[scala.AnyVal]] will be converted to their corresponding
* Java wrapper classes.
*/
Expand Down

0 comments on commit 8a30036

Please sign in to comment.