We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2a4f65 commit 3d723f7Copy full SHA for 3d723f7
src/test/scala/com.lightbend.paradox/unidoc/UnidocPluginSpec.scala
@@ -106,7 +106,7 @@ class UnidocPluginSpec extends MarkdownBaseSpec {
106
)
107
}
108
109
- it should "generate markdown correctly for type parameter and wiledcard" in {
+ it should "generate markdown correctly for type parameter and wildcard" in {
110
markdown("@unidoc[Source[ServerSentEvent, \\_]]") shouldEqual
111
html(
112
"""<p><span class="group-java">
0 commit comments