Skip to content

Commit

Permalink
fix scaladoc code sample in InputTreeBuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshalm committed Jan 26, 2024
1 parent 23dfa34 commit 6b1bab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/src/main/scala/laika/io/model/InputTreeBuilder.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ import scala.reflect.ClassTag
* val inputs = InputTree[F]
* .addDirectory("/path-to-my/markup-files")
* .addDirectory("/path-to-my/images", Root / "images")
* .addClasspathResource("my-templates/default.template.html", DefaultTemplatePath.forHTML)
* .addClassLoaderResource("my-templates/default.template.html", DefaultTemplatePath.forHTML)
* .addString(generateMyStyles(), Root / "css" / "site.css")
* }}}
*
Expand Down

0 comments on commit 6b1bab2

Please sign in to comment.