This commit is contained in:
Ivan Smolin 2022-12-15 15:50:12 +05:00 committed by GitHub
parent 3730736319
commit 1fb3ca883b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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),