Skip to content

Commit 0c14518

Browse files
Fix typo in comment of ParserStructureConcatenationTest test case.
1 parent 56b5b4d commit 0c14518

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/test/format/ParserStructureConcatenationTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ParserStructureConcatenationTest {
1919
/*
2020
* Reproducer from https://github.com/Kotlin/kotlinx-datetime/pull/585
2121
*
22-
* --<N1>-- --<N1-N2>--<U>--
22+
* --<N2>-- --<N1-N2>--<U>--
2323
* / /
2424
* --<N1>-- concat_with --<U>-- ==> --
2525
*

0 commit comments

Comments
 (0)