Skip to content

Commit e8453a3

Browse files
committed
fix minor typo
1 parent 381d62c commit e8453a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dokka-subprojects/plugin-base/src/test/kotlin/parsers/JavadocParserTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ class JavadocParserTest : BaseAbstractTest() {
475475
}
476476

477477
@Test
478-
fun `u and em tags is handled properly`() {
478+
fun `u and em tags are handled properly`() {
479479
val source = """
480480
|/src/main/kotlin/test/Test.java
481481
|package example

0 commit comments

Comments
 (0)