From 1fb3ca883bae0c56ae2d85295c466c5e022fc13f Mon Sep 17 00:00:00 2001 From: petropavel13 Date: Thu, 15 Dec 2022 15:50:12 +0500 Subject: [PATCH] fix typo --- .../TextAttributes/BaseTextAttributes/BaseTextAttributes.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIUIKitCore/Sources/TextAttributes/BaseTextAttributes/BaseTextAttributes.swift b/TIUIKitCore/Sources/TextAttributes/BaseTextAttributes/BaseTextAttributes.swift index e8a44f6d..d1b7bbe8 100644 --- a/TIUIKitCore/Sources/TextAttributes/BaseTextAttributes/BaseTextAttributes.swift +++ b/TIUIKitCore/Sources/TextAttributes/BaseTextAttributes/BaseTextAttributes.swift @@ -54,7 +54,7 @@ open class BaseTextAttributes { let equator = KeyPathEquatable(rhs: mutableParagraphStyle, lhs: NSParagraphStyle.default) - // The following attributes requires to construct NSAttributedString instead of + // The following attributes require to construct NSAttributedString instead of // using plain String + BaseTextAttributesConfigurable target let equalityResults = [ equator(\.lineSpacing),