From 058b1461e898f4bd54dbdfb7793a86bfead7959b Mon Sep 17 00:00:00 2001 From: Nicholas Maccharoli Date: Thu, 1 Nov 2018 11:55:45 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8daaf5..b450ac1 100644 --- a/README.md +++ b/README.md @@ -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.