From f65182ad20c85bbbf99a2da0c36e4de284dc5ae4 Mon Sep 17 00:00:00 2001 From: Mauro <34335419+Velin92@users.noreply.github.com> Date: Fri, 9 Jun 2023 12:16:40 +0200 Subject: [PATCH] Update ElementX/Sources/Screens/RoomScreen/View/Timeline/FormattedBodyText.swift Co-authored-by: Alfonso Grillo --- .../Screens/RoomScreen/View/Timeline/FormattedBodyText.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElementX/Sources/Screens/RoomScreen/View/Timeline/FormattedBodyText.swift b/ElementX/Sources/Screens/RoomScreen/View/Timeline/FormattedBodyText.swift index d785c111b1..f097449e6b 100644 --- a/ElementX/Sources/Screens/RoomScreen/View/Timeline/FormattedBodyText.swift +++ b/ElementX/Sources/Screens/RoomScreen/View/Timeline/FormattedBodyText.swift @@ -39,7 +39,7 @@ struct FormattedBodyText: View { .generateBreakableWhitespaceEnd(whitespaceCount: additionalWhitespacesCount, layoutDirection: layoutDirection) } - // This alllows to render the start and only the start of the string with the layout of the UI for the current user + // This allows to render the start and only the start of the string with the layout of the UI for the current user private var layoutPrefix: AttributedString { switch layoutDirection { case .leftToRight: