Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanbaird committed Oct 21, 2022
1 parent 254f83a commit ce69103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Prism/Documentation.docc/Prism.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit ce69103

Please sign in to comment.