chore: fix typo (#4321)

This commit is contained in:
cuithon 2024-03-12 15:50:55 +08:00 committed by GitHub
parent 5396452e1c
commit 6d7a66a441
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -303,7 +303,7 @@ class EditsTagHandler(val context: Context) : TuskyTagHandler() {
// won't be called for it.
const val DELETED_TEXT_EL = "tusky-del"
/** XML element to represet text that has been inserted */
/** XML element to represent text that has been inserted */
// Can't be an element that Android's HTML parser recognises, otherwise the tagHandler
// won't be called for it.
const val INSERTED_TEXT_EL = "tusky-ins"