Skip to content

Commit 7fc6238

Browse files
committed
Fix typo in README documentation.
1 parent e801851 commit 7fc6238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ These additional framework types are extended with attribute functions:
6363
- `NSTextAttachment`: `attribute`, which maps to `NSAttachmentAttributeName`.
6464
- `NSParagraphStyle`: `attribute`, which maps to `NSParagraphStyleAttributeName`.
6565
- `NSShadow`: `attribute`, which maps to `NSShadowAttributeName`.
66-
- `NSUnderlineStyle`: `attribute`, which maps to `NSUnderlineStyleAttributeName`; and `strikethroughAttribute`, which makes to `NSStrikethroughStyleAttributeName`.
66+
- `NSUnderlineStyle`: `attribute`, which maps to `NSUnderlineStyleAttributeName`; and `strikethroughAttribute`, which maps to `NSStrikethroughStyleAttributeName`.
6767
- `String`, on OS X only: `toolTipAttribute`, which maps to `NSToolTipAttributeName`.
6868

6969
#### Numeric Types

0 commit comments

Comments
 (0)