Skip to content

Commit a2e4adb

Browse files
committed
Fix typo
1 parent 4bdb4a8 commit a2e4adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aztec/src/main/kotlin/org/wordpress/aztec/AztecText.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1048,7 +1048,7 @@ class AztecText : AppCompatEditText, TextWatcher, UnknownHtmlSpan.OnUnknownHtmlT
10481048
} catch (e: java.lang.ArrayIndexOutOfBoundsException) {
10491049
// FIXME: Remove this log once we've data to replicate the issue, and fix it in some way.
10501050
AppLog.e(AppLog.T.EDITOR, "There was an error creating SpannableStringBuilder. See #452 for details.")
1051-
// No need to log the exception here. There is the ExceptionHandler that does this for us.
1051+
// No need to log the exception here. The ExceptionHandler does this for us.
10521052
throw e
10531053
}
10541054

0 commit comments

Comments
 (0)