Skip to content

Commit

Permalink
scaladoc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ghik committed Oct 10, 2019
1 parent 6a62638 commit 6d98449
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -30,7 +30,7 @@ trait BaseHoconInput {

/**
* An [[com.avsystem.commons.serialization.Input Input]] implementation which allows deserialization from
* HOCON (represented as [[com.typesafe.config.Config Config]] or [[com.typesafe.config.ConfigValue ConfigValue]])
* HOCON (represented as `com.typesafe.config.Config` or `com.typesafe.config.ConfigValue`)
* using [[com.avsystem.commons.serialization.GenCodec GenCodec]].
*/
class HoconInput(value: ConfigValue) extends InputAndSimpleInput with BaseHoconInput {
Expand Down

0 comments on commit 6d98449

Please sign in to comment.