From ce6910337fb039a5308f904b6c70927433d92bf4 Mon Sep 17 00:00:00 2001 From: Jordan Baird Date: Fri, 21 Oct 2022 01:35:17 -0600 Subject: [PATCH] Update documentation --- Sources/Prism/Documentation.docc/Prism.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Prism/Documentation.docc/Prism.md b/Sources/Prism/Documentation.docc/Prism.md index 6089347..fa6bf09 100644 --- a/Sources/Prism/Documentation.docc/Prism.md +++ b/Sources/Prism/Documentation.docc/Prism.md @@ -37,7 +37,7 @@ let text = Prism(spacing: .newlines) { } ``` -The DSL's `ElementBuilder` implicitly wraps strings inside of a special, non-modifying `Standard` attribute, allowing instances of the `String` type — including string literals — to be used inline with other elements and attributes. In the following example, the two `Prism` blocks are semantically identical. +The DSL's `ElementBuilder` implicitly wraps strings inside a special, non-modifying `Standard` attribute, allowing instances of the `String` type — including string literals — to be used inline with other elements and attributes. In the following example, the two `Prism` blocks are semantically identical. ```swift let text1 = Prism {