From e634ab1e9d529ce3e145965b145c49de40c66972 Mon Sep 17 00:00:00 2001 From: Zev Eisenberg Date: Sat, 29 Oct 2016 01:34:04 -0400 Subject: [PATCH] Whitespace. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ffdfbf9..ca6eb5ed 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ let attributedString = quote.styled(with: style) let attributes = style.attributes ``` -### Style Inheritance +### Style Inheritance Styles can inherit from each other, which lets you create multiple styles that share common attributes: