Skip to content

Commit

Permalink
Merge pull request #60 from Nirma/Nirma-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
Nicholas Maccharoli committed Nov 1, 2018
2 parents 78a4171 + 058b146 commit 1f1050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -58,7 +58,7 @@ then simply apply the `Attributes` to a `String`:
```

### Combining `NSAttributedString` with `+`
This library defines a `+` operator for concatentating instances of `NSAttributedString`.
This library defines an concatenation operator `+` for concatentating instances of `NSAttributedString`.
`+` works with `NSAttributedString` no different than it does for `String`.
This can be useful for combining `NSAttributedStrings` with different attributes to produce the
desired effect without having to specify ranges to apply different attributes to.
Expand Down

0 comments on commit 1f1050a

Please sign in to comment.