Skip to content

Commit 4e688c6

Browse files
authored
Merge pull request #283 from triffer/docs-typo
docs: Fix typo in KDoc of assertXmlEquals
2 parents cb0c408 + db548e8 commit 4e688c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutil/src/commonMain/kotlin/io/github/pdvrieze/xmlutil/testutil/assertXmlEquals.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ fun assertXmlEquals(expected: XmlReader, actual: XmlReader, messageProvider: ()
7676

7777
/**
7878
* (Recursive) function that checks whether the two xml readers produce the same stream of events.
79-
* This ignores whitespace. Note that he behaviour is such that if the expected content has a
79+
* This ignores whitespace. Note that the behaviour is such that if the expected content has a
8080
* START_DOCUMENT event this is always checked against the actual.
8181
*
8282
* @param expected The reader that produces the expected events

0 commit comments

Comments
 (0)