chore: fix typo in comment (#1472)

This commit is contained in:
Titoot 2023-01-11 14:31:46 +02:00 committed by GitHub
parent 4b3f78e533
commit 76856185dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@ class BottomControlsResourcePatch : ResourcePatch {
element.attributes.getNamedItem("yt:layout_constraintRight_toLeftOf").nodeValue =
"$namespace/$lastLeftOf"
// set lastLeftOf attribute to the the current element
// set lastLeftOf attribute to the current element
val nameSpaceLength = 5
lastLeftOf = element.attributes.getNamedItem("android:id").nodeValue.substring(nameSpaceLength)
@ -82,4 +82,4 @@ class BottomControlsResourcePatch : ResourcePatch {
override fun close() {
targetXmlEditor.close()
}
}
}