File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed
Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -189,13 +189,10 @@ struct ContentView: View {
189189
190190Decorative styles that modify the behavior of their content.
191191
192- | Style | Description |
193- | :------| :------------|
194- | [ prefix(_ :)] ( Sources/DiffableTextKit/Styles/Prefix.swift ) | Adds a prefix to the style |
195- | [ suffix(_ :)] ( Sources/DiffableTextKit/Styles/Suffix.swift ) | Adds a suffix to the style |
196-
197192| Style | Description |
198193| :------| :------------|
199194| [ constant()] ( Sources/DiffableTextKit/Styles/Constant.swift ) | Prevents style transformations |
200195| [ equals(\_ :)] ( Sources/DiffableTextKit/Styles/Equals.swift ) | Binds the style's equality to a proxy |
201196| [ standalone()] ( Sources/DiffableTextKit/Styles/Standalone.swift ) | Grants ownership of the style's cache |
197+ | [ prefix(_ :)] ( Sources/DiffableTextKit/Styles/Prefix.swift ) | Adds a prefix to the style |
198+ | [ suffix(_ :)] ( Sources/DiffableTextKit/Styles/Suffix.swift ) | Adds a suffix to the style |
You can’t perform that action at this time.
0 commit comments